1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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