:hover and filter: glow

Discussion in 'CSS' started by Dean45, Nov 6, 2009.

  1. #1
    Trying to emulate the following code that works in firefox:


    .leftmenu a:hover, .leftmenu a:active {
    text-shadow: 1px 1px 1px #000; !important;
    }

    this code shadows text on mouseover in firefox version browser, now trying to get the same results in IE??

    Any help would be extremely um.. helpful :)
     
    Dean45, Nov 6, 2009 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Wait 5 years then try it. Maybe it will work then. Probably not. Right now IE does not support text-shadow. Only modern browsers do.

    EDIT: Sorry. Just noticed you said 'emulate' it. Yes, it's possible but I don't have that handy.
     
    drhowarddrfine, Nov 6, 2009 IP
  3. Freditpl

    Freditpl Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    2 Dean45,
    list supported browser
    Please look at: http://www.css3.info/preview/text-shadow/

    You can try use for IE filter:shadow
     
    Last edited: Nov 7, 2009
    Freditpl, Nov 7, 2009 IP
  4. Dean45

    Dean45 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    these things mentioned only work on shadow for images and not link hover text???
     
    Dean45, Nov 11, 2009 IP