Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Button Links

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33197

    Hi,

    The buttons on the menu bar on my website aren’t linking like I have them set to. I’m guessing that I am missing something within the CSS?

    Thanks for your help!

    #81936
    syron1988
    Member

    It happens because of z-index. I can see you have not set that, but if you use chrome you can inspect that element you refer to, lets say you right click -> inspect element on the home link and you see, the body_top will be selected in code editor.
    You can prove that with setting z-index: 1 to div.menu and you will see that the links will now work, but you have to work on the design for getting this to work in the way you like, by adjusting heights and so on.

    Hope it could help you.

    #81937

    Thanks! It worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.