Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203924

    i received some help from you guys a couple of weeks ago and added the green “live chat” and blue “contact us” button on the top menu bar… http://j2k.info/american/ can you please help me, not every part of the two boxes is clickable.. i didnt use image maps, i just used the code given to me by you guys.. but only certain parts of the graphic are clicable…

    #203946

    Hey kecster2!

    You’ll need to add a z-index to the header buttons css. For example:

    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    z-index: 10;
    }

    It looks like the image uses is a bit taller than the top nav so you’ll probably need to adjust that as well.

    Just note that although we do often provide custom css for customizations like this it doesn’t guarantee it will always work flawlessly or have full cross browser support. Customization isn’t generally covered by support.

    Best regards,
    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘top menu’ is closed to new replies.