Help with CSS layout
Ivan | Tue, 2005-09-20 17:33Why is the right sidebar going over the main content in IE? (resize window to see) What can I do about it? Thanks a lot!
http://adsoftheworld.com
Commenting on this Forum topic is closed.
Why is the right sidebar going over the main content in IE? (resize window to see) What can I do about it? Thanks a lot!
http://adsoftheworld.com
Commenting on this Forum topic is closed.
If you need a logo for your company or product you can get it done with us.
In our logo store you can pick from over 28,000 pre-made logos that will be customized to your name for free or you can post a contest for us for just $250 and our designers from all over the world will submit dozens of logo design suggestions to your specific needs.
I dunno - the code doesn't validate though. I'd probably start there.
You've got a layout that's fluid, so the column is going to move over when the browser window is less than 100%. I couldn't begin to go through the styles for that page as there were so many. I would suggest you set up your layout first in a simpler fashion:
divWrapper
divHeader
divdivLeft
divRight
divCenter
divFooter
and set your wrapper for px or % of the body and set left and right margins for divCenter.
It's a nice design but there are beaucoup errors in just the html.
Thanks!