auto-nav block strange issue
Permalink
Hello
I want to add an second menu on my pages. The first is an superfish menu and I need the second to be an auto-nav menu but after I add the block and exit edit mode I can't click the links in chrome and mozzila but I can click them in explorer.
I move the mouse over them press click, and is like there is nothing there, this is very strange for me.
I have looked at view source and nothing seems wrong, I can click the links in view source.
Also when I add the supefish menu at the area where I need the auto-nav, works fine.
Any insights?
I want to add an second menu on my pages. The first is an superfish menu and I need the second to be an auto-nav menu but after I add the block and exit edit mode I can't click the links in chrome and mozzila but I can click them in explorer.
I move the mouse over them press click, and is like there is nothing there, this is very strange for me.
I have looked at view source and nothing seems wrong, I can click the links in view source.
Also when I add the supefish menu at the area where I need the auto-nav, works fine.
Any insights?
are you using a theme other than the default ones?
I have build the theme myself
it could be a z-index issue,
normally we find problems with ie not the others :)
As Mnkras has said a z-index could cause that problem, I would also check you styling on your A, in chrome you can right click and go to inspect element to see if the links are creating a actual link block.
The most common bits that catch me out when dealing with links,(not including these)
display:block;
overflow:hidden;
defining a width/height
You don't always need all of them.
Position can play a part too, if you have link on an li then have absolute postion on the a then that can cause problems.
As Mnkras has said a z-index could cause that problem, I would also check you styling on your A, in chrome you can right click and go to inspect element to see if the links are creating a actual link block.
The most common bits that catch me out when dealing with links,(not including these)
display:block;
overflow:hidden;
defining a width/height
You don't always need all of them.
Position can play a part too, if you have link on an li then have absolute postion on the a then that can cause problems.