Forums

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

Home Forums CSS My menu can’t be clicked on…

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

    http://michaelajfarrellfoundation.org/foundation/
    I can’t figure out why I can’t click my menu..

    #119903
    Bonzai
    Participant

    Hey,

    Had a quick look at it and what’s causing the problem is the code for your anchor tags.

    In your css code “#header li a”, remove “position: relative”

    Everything will shift to the left, but you can fix that by increasing the left margin for your UL tag and then everything should be click-able.

    #119905
    djrolstad
    Participant

    Thanks guys! why would the position relative make it not clickable? just curious..

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