Opacity on IE?

Discussion in 'JavaScript' started by mahmood, Jun 2, 2007.

  1. #1
    I have the following code working fine on netscape:
    but it is not working on IE. What is the equivalent?
     
    mahmood, Jun 2, 2007 IP
  2. wing

    wing Active Member

    Messages:
    210
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    58
    #2
    filter: alpha(opacity=25);
     
    wing, Jun 2, 2007 IP
  3. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Use this for Mozila (Firefox) and Explorer:
    style="-moz-opacity:0.50; filter:alpha(opacity=50);"
     
    ajsa52, Jun 2, 2007 IP