Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #306554

    Hello,

    I’ve added a background colour to menu items when in hover state. Everything performs fine in all browsers except Chrome. In Chrome, if a menu item has a sub menu then the right side of the background gets cut prematurely – see the ‘service’ tab for an example http://joxi.ru/1rvzU4wyTJDjAt6CPww)

    Here is what it should look like when hovered over – see ‘about’ tab http://joxi.ru/vLzzU4wyTJDLAhOlSDc

    Any help with this would be greatly appreciated.

    #306733

    Hey AntonNovikov!

    Please use following code instead

    .av-main-nav > li > a:hover > .avia-menu-text {
    display: inline;
    background: #666734 !important;
    padding: 15px;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important; }

    Cheers!
    Yigit

    #306860

    Amazing! Thanks again, Yigit.

    #306886

    Hey!

    You are welcome Anton, glad we could help! :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu hover state error in Chrome’ is closed to new replies.