Sh wrote: > Hi, > I have a problem in IE (6+7) when mouse-over the menu where there's a > sub-menu (dreamweaver- spry), It shows a white cell under the sub > menu. > This doesn't show wither in FF, Safari and IE mac. > Any help will be greatly appreciated
Ah, SpryMenus. Hate's too strong a word, but it's close. What you're seeing isn't actually a white cell, but rather an iframe hack included by the SpryMenu JavaScript. It's frequently more harmful than helpful. Your best solution is probably to remove the iframe creation part of the javascript, or simply comment it out. Another possible solution would be adding this to your site head tag: <!--[if lte IE 6]><style type="text/css"> .Menue iframe { filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); } </style><![endif]--> That's completely untested for your site, but it works quite well on my (home-grown, non-Spry) menus. Best of luck. Bill -- <!-- ! Bill Brown <macnim...@gmail.com> ! Web Developologist, WebDevelopedia.com --> ______________________________________________________________________ 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/