opacity on horizontal menu
Posted: Fri May 09, 2008 4:10 pm
Hi there!!!
I'm trying to add opacity on the horizontal menu. I works fine in Firefox but when I try to see how I looks like in IE I can't see all the submenus. Anyone know what to do???????
Link to test site: www.kalle.felipe.se/cms
here is the code:
in "Navigation: CSSMenu - Horizontal"
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/*
just add
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul ul ul,
for fourth level
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
display: none;
opacity: 0.5; filter: alpha(opacity=50);
}
/* add
the menus that disappear in IE is under :
Default Extensions --> Modules -->
--> Tags -->
I realy hope anyone can help me with this.....
/Thankx!!!!!
I'm trying to add opacity on the horizontal menu. I works fine in Firefox but when I try to see how I looks like in IE I can't see all the submenus. Anyone know what to do???????
Link to test site: www.kalle.felipe.se/cms
here is the code:
in "Navigation: CSSMenu - Horizontal"
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/*
just add
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul ul ul,
for fourth level
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
display: none;
opacity: 0.5; filter: alpha(opacity=50);
}
/* add
the menus that disappear in IE is under :
Default Extensions --> Modules -->
--> Tags -->
I realy hope anyone can help me with this.....
/Thankx!!!!!