| Author |
Message |
rainbird997
Joined: 01 Jul 2005 Posts: 12
|
Posted: Wed Feb 07, 2007 11:41 pm Post subject: Submenu content not displaying in IE6 |
|
|
We've hit an IE6-specific bug with the display of secondary menu content that is only showing up inside of the os-commerce portion of our website (seen here ). The same menu object located outside of the os-commerce portion (seen here ) works fine.
Perhaps the issue is a css-rendering bug, or perhaps it is related to calling the menu from inside a .php script. At any rate, the bug disappears in Firefox and also in IE7.
I could not find any forum posts relating to this issue. Any feedback or recommendations would be appreciated. |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Thu Feb 08, 2007 11:45 am Post subject: |
|
|
At the very top of your CSS code (http://funservicesinc.nsrit.com:8080/css/stylesheet1.css) there is the following rule:
| Code: | body {
font-family: Verdana, Arial, Helvetica, sans-serif;
filter: chroma(color=#012345);
background-color:#000000;
} |
That "filter" instructions causes the issue. |
|
| Back to top |
|
 |
|