Hi All,

I created a navbar using Suckerfish Dropdown menu with 3 levels and
everything went well.
After I added opacity feature for the second and the third level lists
in order to make the banner be visible under the transparency of the
menu.

Obviously, in compliant browsers it's all good. But in IE6/Win the
third level disappears totally.
I added this portion of code:

ul#nav_bar li ul { /* second level lists */

/* some stuff */

    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -khtml-opacity: 0.8;
}

I was wandering whether I have to change the javascript function used
in XHTML to make IE work well... Or if I have to set the same opacity
properties for ul#nav_bar li ul li ul.
Thanks.
-- 
~ Cristian Palmas ~
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to