ie filter problem

Discussion in 'CSS' started by thechasboi, Apr 11, 2007.

  1. #1
    When ever I set a span or div or anything that contains test to a filter value in ie, all versions the text gets all pixelly. ie .class{filter:alpha(opacity=60);} Thanks for the reply.
     
    thechasboi, Apr 11, 2007 IP
  2. briansol

    briansol Well-Known Member

    Messages:
    221
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #2
    you should really avoid filters wherever possible. they are non-standard in the first place.

    try using a PNG background image instead.
     
    briansol, Apr 11, 2007 IP
  3. thechasboi

    thechasboi Guest

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I want to filter the entire div that the text is in including the div. I understand that they are non-standard but it is a nice thing to offer our users. I was wondering should I use .class{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);} instead of the other filter:Alpha(opaccity=60); instead? Thanks for the reply.
     
    thechasboi, Apr 12, 2007 IP