Suckerfish dropdown issue in IE $ help!

Discussion in 'CSS' started by Quevin, Sep 8, 2008.

  1. #1
    $20 via paypal if someone can fix my suckerfish dropdown in IE 6/7: http://is.gd/2mHD (position on :hover is to the right of my item...)

    Thanks!
     
    Quevin, Sep 8, 2008 IP
  2. Divisive Cottonwood

    Divisive Cottonwood Peon

    Messages:
    1,674
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    A job for Stomme... the Suckerfish king... (queen?)...
     
    Divisive Cottonwood, Sep 8, 2008 IP
  3. Quevin

    Quevin Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Of course, this was solved after I realized I was mucking up the CSS trying random things without thinking...

    ul#hdr_nav li:hover ul,
    ul#hdr_nav li.sfhover ul {
    left: 0; /* instead of left: auto; */
    }
     
    Quevin, Sep 8, 2008 IP
  4. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Lawlz, Princess... Suzy'd be the Queen : )

    The difference between left: 0, left: auto and margin-left: 0 is that some browser have issues with auto and other have issues with left (IE7 likes margin-left) so it's whatever works best for you on most browsers : )
     
    Stomme poes, Sep 9, 2008 IP