How safe is it to use transparent .png file?

Discussion in 'CSS' started by theplastickid, Jul 30, 2009.

  1. #1
    I'm new to CSS.

    I am just won dering how safe it is to use .png files for images with transparency? As far as browser support goes...
     
    theplastickid, Jul 30, 2009 IP
  2. gvambedkar

    gvambedkar Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The only browser that doesn't support alpha transparency in PNG is IE6. All the remaining major browsers support it. We can use some third party tools to work out the issue in IE6 like IEPNGFIX.
     
    gvambedkar, Jul 30, 2009 IP
  3. theplastickid

    theplastickid Well-Known Member

    Messages:
    261
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    Fanstastic thank you for the link
     
    theplastickid, Jul 30, 2009 IP
  4. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Keep in mind that, if you are using the semi-transparency for a link (anchor) element, and if they end up not being clickable in IE6, give the links "position: relative" in the CSS. It's a common bug and that's a common fix.
     
    Stomme poes, Jul 31, 2009 IP