Results 1 to 1 of 1

Thread: Chrome Menu IE8 Background-color issue ...

  1. #1
    Join Date
    Apr 2009
    Location
    Denmark
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Chrome Menu IE8 Background-color issue ...

    1) Script Title:
    Chrome CSS Drop Down Menu (v2.5)

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...rome/index.htm

    3) Describe problem:

    It seems that your chrome menu will not display a background color in the dropdown elements when using IE8.

    I have created a small hack, that will resolve this issue.

    Your syntax:

    Code:
    #dropmenudiv a:hover{ /*hover background color*/
    background-color: #F0F0F0;
    }
    Should be:

    Code:
    #dropmenudiv a:hover{ /*hover background color*/
    background-color: #F0F0F0;
    border-top:1px solid #F0F0F0;
    }
    In addition this creates a small "animation" where it looks like the button is pressed down on mouseover.

    I have tested this in Firefox, ie7 and ie8 - works like a charm :-)

    Have a fantastic day :-)

    /Per K
    Last edited by Snookerman; 04-29-2009 at 07:20 AM. Reason: added [code] tags

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •