Brett Fuhs wrote: > I decided to make a centered 1000px layout, the centercontent is perfect..] > > I believe I need something with a wrapper, but I keep getting it more out of > order the more I mess with it, any suggestions? > > http://www.liaace.org > > > Brett > >
Keep it simple. Avoid absolute positioning for the layout structure. You may want to try layout "n.7" on this page: <http://blog.html.it/layoutgala/> It is a negative-margin float layout with the primary content first in the source order. And if you mind well what you put in it, it will do well for you cross-browser. To clear the scroll bar at 1024 you'll need to set the width on the outermost container to 990px or less. Code to compliant browsers (Firefox, Opera, and Safari among them), with frequent check-backs to IE/7.0 and IE/6.0. The CSS-D wiki is a valuable reference resource for most any problem you run into. Best, ~dL -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
