Ryan Ray wrote:
> I have a navigation menu that when hovered, causes the content below it to
> shift in IE.
>
> http://www.omart.org/working/index1.html
>   
IE6 doesn't respect dimensions, so you'll have to use "brute force" :-)

Add...

* html #navigation {overflow-y: hidden;}

...and IE6 will behave itself.

regards
    Georg

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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