Tuesday, March 30, 2010

Images in Spry menu blank in IE

I have a website with a spry drop down menu. It appears perfect in Safari and Firefox, but the image areas are blank in IE. Any help?

Images in Spry menu blank in IE

Hi,

Down at the bottom of the sprymenubarhorizontal.css (or if vertical, look for the same type ofthing at the bottom of the css document)?do you still have this text?:


/*******************************************************************************

BROWSER HACKS: the hacks below should not be changed unless you are an expert

******************************************************************************* /

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
?position: absolute;
?z-index: 1010;
?list-style-type: none;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
?ul.MenuBarHorizontal li.MenuBarItemIE
?{
?display: inline;
?f\loat: left;
?background: #FFF;
?list-style-type: none;
?}
}

Hope this helps.

Cheers,

Janell

No comments:

Post a Comment