Info
- 4 posts
- 2 voices
- Started 2 years ago by edbarton1989
- Latest reply from chrishajer
- This topic is not resolved
Links not working in header
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
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 -
- Posted 2 years ago #
Thanks Chris, I've sorted the div nesting but the links still aren't working. Any other thoughts?
-
- Posted 2 years ago #
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. -
You must log in to post.