[thelist] All CSS website - please check

DESCHAMPS Stéphane DvSI/SICoR stephane.deschamps at francetelecom.com
Tue Mar 11 02:39:50 CST 2003


> So what should I do to accommodate this? How should I code it 
> differently so
> that my site works?

IMHO you should think your content differently.

Although I didn't take the time to look at your code, it looks like you did a fixed-size box, plus a fixed-size grey stripe, and them absolute-positioned your content.

IMHO (again) You'd rather do something like this (monotype schema):

------------ top div ------------

 *--------------*
 |  top nav     |		top text
 |              |
 *--------------*
------------ end top div --------

 *--------------*
 |  bottom nav  |		body text
 |              |
 *--------------*

See what I mean ?
Some float, maybe, or left positioning. Your choice.



More information about the thelist mailing list