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.

what is sfhover in css

Discussion in 'CSS' started by tomsign, Jul 16, 2010.

  1. #1
    hi,,,


    what is sfhover in css and how its work
     
    tomsign, Jul 16, 2010 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    sfhover is a replacement for the hover psuedo-class, used for showing a "Suckerfish" dropdown menu in IE6.
    You need it because IE6 only supports the hover class for anchors, not list items.

    I think that is how it works, check this out for more info:
    http://www.htmldog.com/articles/suckerfish/dropdowns/
     
    Cash Nebula, Jul 17, 2010 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    To be clear: there is no such thing as 'sfhover' in CSS. Apparently, this is a javscript function to fix IE so it will work with standard markup.
     
    drhowarddrfine, Jul 17, 2010 IP
  4. easyolcash

    easyolcash Active Member

    Messages:
    302
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    Digital Goods:
    1
    #4
    it is a class name, used in a javascript custom function for normal hover effect replacement.

    hover effect is style that applied when user's mouse cursor hover on an html element.
     
    easyolcash, May 27, 2016 IP
  5. Uzair_mughal

    Uzair_mughal Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    it is actually a java script function not a CSS property.
    and it is used to apply hover effect on drop down menu in IE6.:)
     
    Uzair_mughal, Jun 14, 2016 IP