Re: [css-d] problem with IE7, suckerfish and flash video

2009-01-29 Thread Ingo Chao
2009/1/29 Chris Kavinsky 

> ... 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/


[css-d] problem with IE7, suckerfish and flash video

2009-01-29 Thread Chris Kavinsky
I'm running into a real poser and hopefully someone can help me out.
I'm building a site using Son of Suckerfish dropdowns for the main
navigation. One one page, I have a Flash video imbedded at the top of
the content area where the dropdowns overlap. I added
wmode="transparent" to get the dropdowns from hiding behind the video,
but now have run into a strange problem with IE7. The page initally
displays fine, but 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). I haven't the first clue
what's going on. Anyone run into this before, and/or have an idea of
how to get IE7 to behave? Here's the link:

http://associationdatabase.com/aws/ORAEF/pt/sp/prostart_cafe

CSS link: http://209.235.200.149/screen.css
__
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/