Hi Joel,

with your original opacity values it didn't work, I had to switch them
around.

It looks lovely in Firefox but in IE even the first submenu is already
completely transparent. I'm still poking it, so maybe will figure something
out.

Cynthia



Joel Birch wrote:
> 
> 
> Hi Adrian,
> 
> Hmm, this isn't pretty, but sort of does the job (see below). I set
> the animation to fade to opacity .92 which is only a subtle amount of
> transparency because deeper nested submenus will inherit this and
> apply their own further .92 amount, which could get hard to read. The
> onBeforeShow callback was needed to set initial values so that the
> fade-in worked. Like I said - it ain't perdy:
> 
> $(document).ready(function(){
>       $("ul.nav")
>       .superfish({
>               animation : { opacity:.92},
>               onBeforeShow : function() {
>                       $(this).css({
>                               opacity :'.01',
>                               display : 'block'
>                       });
>               }
>       });
> });
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Superfish-Plugin---transparency-tp16252046s27240p16299638.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to