GetSimple Support Forum
Menu Item Not Linking - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Menu Item Not Linking (/showthread.php?tid=3340)



Menu Item Not Linking - becca - 2012-07-10

Hey all,
I'm building a simple site and so far love GetSimple.

One small hiccup I'm having today is that my new pages have stopped linking within the menu. You can visit the individual page fine ( http://alcoluccio.com/testsite/index.php?id=our_menu ) and the code looks right when you view source, but when hovering or clicking — nothing. Is there something very obvious that I'm missing?

Thanks.


Menu Item Not Linking - sal - 2012-07-10

The menu has all the right mark-up, it's just being clipped (not visually but functionally) by .header which has a height of 279px.

As you can see in the attached screenshot, using Chrome's Developer Tools and hovering over .header in the markup you can see this in action. This just means you'll need to rethink your markup and CSS to accommodate for a taller navigation.

Nice website by the way.


Menu Item Not Linking - sal - 2012-07-10

Actually, a simple fix it seems is adding z-index: 10; to header nav (style.css:46).