Page 1 of 1
Left menu and space underneath it
Posted: Sat Dec 06, 2008 8:10 pm
by gerben
Hi,
I want to place a table under the left menu. But what happenend is that the content to the right moves down with - in this case - '200' (height). What to do in the code to resolve this problem? This is my code from the template:
{* Start Navigation *}
Navigation
{menu template='cssmenu.tpl'}
tekst
tekst
{* End Navigation *}
Thanks if someone can help in this!
Gerben
Re: Left menu and space underneath it
Posted: Sat Dec 06, 2008 8:39 pm
by RonnyK
Try width=99%.
aslo make the height either % or px, but not extensionless...
Ronny
Re: Left menu and space underneath it
Posted: Sun Dec 07, 2008 6:57 pm
by gerben
Hi Ronny,
I couldn't make it. I tried this code underneath the left menu:
teksten
teksten
teksten
teksten
My right column moves downwards. Does someone have another trick??
Re: Left menu and space underneath it
Posted: Tue Dec 09, 2008 7:17 pm
by doodlebee
Adding a % in the inline width/height calls is actually incorrect. within a tag, you had it right the first time. You only need to add %, em, px or whatever if you're using style="height:99%;", which you are not.
From the code you posted, I don't see why it would be doing what you say. What are your stylesheet calls for "#table1"? Alternatively, if you have a link to the site, it would be far easier to see what's actually going on that just by guessing at a snippet of code.
Re: Left menu and space underneath it
Posted: Wed Dec 10, 2008 12:06 pm
by gerben
Hi Doodlebee,
thanks for your reaction. My address is
http://www.nederlandsezwembaden.nl/start.php. I placed just some text. What I also want, is that my text in the left menu doesn't appear directly underneath the menu, but with little space between it.
I want to place a tabel with content, table format is 60 (width) by 600 (height).
Hope you will help!
Re: Left menu and space underneath it
Posted: Thu Dec 25, 2008 9:51 pm
by Dr.CSS
This woulkd so much easier if you just used DIVs instead of td, unless you are trying to display tabular data...