2009/1/29 Chris Kavinsky <ckavin...@gmail.com>

> ... when I hover over a nav item to activate a
> dropdown, IE7 hides the video and all content below (everything within
> the same div from the video to the end).
>
> http://associationdatabase.com/aws/ORAEF/pt/sp/prostart_cafe
>
>
I think this is an IE7 guillotine (a triggering hovered element, followed by
2 uncleared floats, and one of the floats is cut to the length of the other)
like described here
http://css-class.com/articles/explorer/guillotine/index.htm
try one of the fixes like containing the floats by an additional wrapper
with haslayout or insert a solid clearing element after the floats. Or start
with unfloating the second float, subcontainer.
Check in IE6, too.

Ingo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to