Forum Moderators: not2easy
Break the news gently please :-)
Gracias!
Kellee
[edited by: jatar_k at 5:47 pm (utc) on Dec. 28, 2006]
[edit reason] no urls thanks [/edit]
not sure what you mean though...
if you have added the navigation to each page manually, then CSS will not help you with that. CSS can only style the navigation. it cannot add the navigation itself.
if you only want to have to write out the navigation once, then you need to use something else, like a PHP include.
the grey box thing should be easy to fix. it must have a fixed height. just take it away and it should stretch to fit the content.
put all the content you want inside a div, and then just colour the div grey, and put a border on it. don't bother including heights and stuff.
but if the box is a frame, or an iframe (is it?) then there is nothing really that you can do. iframes have a fixed height out of necessity. you can get some javascript code (look it up on the web) to adjust the height dynamically, but it's probably simpler to use CSS and a PHP include.