Hey all...

Not just here to say howdy, I need some help.  :(

So, this may be obvious to a lot of you folks, but I am having a heck of 
a time trying to figure-out why my content div drops in IE6 (only 
checked that version so far), and why adding few more pixels to the main 
container div seems to fix the problem.

URL with example page:

http://www.ambiguism.com/test/

Currently, in IE6, the center content div (#mainContainer) drops below 
the content in the right-column div (in my example, that is the mock 
definition-list menu).


The problem gets fixed if I add a few more pixels to the center content div:

#mainContainer {
        background-color: transparent;
        /*width: 1050px;*/ /* Original value - causes drop. */
        width: 1055px; /* +5px fixes problem */
        
}

I thought I have done well at accounting for IE 3px jog... I am not 
using any padding or borders that would get in the way of the box model...

Any help would be great. Also, suggestions to make this layout better 
would be great.

I am kinda concerned about IE 5.2/Mac... I have found this style of 
layout works in that browser - well, once I get all the bugs worked out 
that is. Hehe.

Many TIA's!!!

Cheers,
Micky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to