Does anyone know how to set opacity for an list or list item in IE? It
works fine in FireFox but nothing I do seems to work in IE. IE ignores
it completely.

The Microsoft  <a href="http://msdn.microsoft.com/library/default.asp?
url=/workshop/author/filter/reference/filters/alpha.asp">MSDN site</a>
says alpha should work on UL & LI elements. But I've had no luck.

For example:

    <ul id="test">
        <li>One</li>
        <li>Two</li>
    </ul>

    <a href="#" onclick="$('test').setOpacity(.5);">Change</a>

FireFox sets the Opacity at 50% and IE does nothing.

Has anyone gotten this to work using other methods?

Thanks,
Jeff Rigby


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to