Background color not changing in IE

Discussion in 'CSS' started by Toldo, Apr 16, 2007.

  1. #1
    Hello guys,
    In FF everything works great, but in IE background color doesn't change. Any idea why?
    http://www.velimotors.com/test1.htm is the url,
    and the CSS is here:

    .dropmen {
    border:1px solid #ffffff;
    font-family: Verdana;
    background-color: #e4edec;
    font-size: 11px;
    line-height: 20px;
    }
    .dropmen a {
    width: 100%;
    display: block;
    text-indent: 20px;
    border-bottom: 1px #ffffff;
    color: #62817f;
    text-decoration: none;
    font-weight: bold;
    }
    .dropmen a:hover {
    background-color: #ffffff;
    color: #62817f;
    font-weight: bold;
    }

    Thanks!
     
    Toldo, Apr 16, 2007 IP
  2. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #2
    Works fine for me..
     
    Katy, Apr 16, 2007 IP
  3. Toldo

    Toldo Active Member

    Messages:
    292
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #3
    does the background color change to white on mouse over in IE???
     
    Toldo, Apr 16, 2007 IP
  4. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #4
    Yes, so does it in Firefox
     
    Katy, Apr 16, 2007 IP
  5. Toldo

    Toldo Active Member

    Messages:
    292
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #5
    hm, it might be my browser/cash... anyway, thank you Katy!
     
    Toldo, Apr 16, 2007 IP
  6. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #6
    Yeah, try clearing the cache. And you're welcome!

    Good luck with your site. :)
     
    Katy, Apr 16, 2007 IP
  7. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Replace background-color in .dropmen a:hover by background for IE 7
     
    Dan_A, Apr 16, 2007 IP
  8. urbanread.com

    urbanread.com Active Member

    Messages:
    128
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #8
    It does for me too...please confirm whther it has started working for you.
     
    urbanread.com, May 19, 2007 IP