Forums

Join
bbPress Support ForumsThemesLinks not working in header

Info

Tags

Links not working in header

  1. For the life of me I can't see why although I'm sure it'll become obvious. None of the navigation links in my header to elsewhere on the site work (even though the logo image does). The code looks fine to my eyes, why could this be?

    See http://www.bangbangs.co.uk/msgboard/

  2. The divs appear to be nested improperly. There is one validation error regarding a closing div being in the wrong spot; maybe that's the problem.

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.bangbangs.co.uk%2Fmsgboard%2F

    If you linearize the page with the web developer toolbar in FireFox, the links are accessible - see here:
    http://chrishajer.com/bbpress/bang-bangs.png

  3. Thanks Chris, I've sorted the div nesting but the links still aren't working. Any other thoughts?

  4. Try removing the float:left; from the div that wraps around all those image links. That messes up some other stuff on the page, but it makes the links clickable. You might need to do something else to format that area.

  5. You must log in to post.