Hopefully this makes sense to someone:

I'm working on a site that is using  http://htmldog.com/articles/suckerfish/
son-of-suckerfish  dropdowns.

I'm also using jQuery to make all the dropdowns slightly transparent (and
work in IE), like so:

jQuery('#topnav li ul').css('opacity', 0.93);

works fabulous.  

problem is, i also have nested suckerfish lists, which fly out, 
http://htmldog.com/articles/suckerfish/dropdowns/example/bones2.html like
this .

the nested lists fly out perfectly for me without the above jQuery opacity
line.  but when that line is added, no flyouts in IE6 or IE7.

any thoughts?


-- 
View this message in context: 
http://www.nabble.com/jQuery-css-opacity-and-2nd-level-suckerfish-menus...-tp20568430s27240p20568430.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to