Using filter:progid: makes my a:link not clickable in IE???

Discussion in 'CSS' started by 123GoToAndPlay, Oct 1, 2007.

  1. #1
    Hi all,

    I am using
    
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='') 
    
    Code (markup):
    for a dropshadow effect.

    But now in IE6 the links in my footer div aren't clickable anymore ( it works fine in FF, but in FF stylesheet in don't need to use
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader)

    Who knows a work around??

    tx in advance
     
    123GoToAndPlay, Oct 1, 2007 IP
  2. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ah found it by adding
    
    position: relative;
    
    Code (markup):
    to a {}

    check: daltonlp.com/view/217
     
    123GoToAndPlay, Oct 1, 2007 IP