|
First, it's always a good idea to zero out the default margin and padding on most elements before you do anything else. This puts everything on a level playing field.
The box model is not a problem if you're using a recently patched version of IE6 and above or other browser. IE5.5 and below have busted box models, but few people use those versions any more.
In IE6, you're getting float drop, and this is because your mainContent is set to a width of 100% - but you're not taking into account the width of #sidebar, so you need to reduce the size of #mainContent.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|