The horizontal drop down menu parents have a top border when hovering, and the text becomes unclickable.
The best way to see this is just by going to the website
http://pentree.com
because our navigation menu is bigger, i added a top property to the drop down, this may have something to do with it.
here is my style sheet
http://pentree.com/themes/theme191/niceness.css
it's a copy of the default style, with a few changes made to fit the custom theme.
You can see what the problem is when hovering over 'services' or 'projects'
Maybe my eyes are just tired of looking through the css.
Thanks,
Todd
P.S. a little discovery i just made: the drop downs are handled differently according to if you include 'www' in the url. Perhaps something completely unrelated.
Comments
Comment #1
shadcn commentedok i found the fix for your isssue
In your css file, line 34 remove border-top:1px solid #CCCCCC;
and remove border-color:#CCCCCC -moz-use-text-color -moz-use-text-color; on line 66.
and i cant see the difference when using www with the domain.
Thanks
Arshad(wydle)
Comment #2
t1s commentedOk, that fixed the border, thank you for the response.
The www thing must have been some cache thing, i cleared it and restarted the browser and both are working fine.
One last issue dealing with the styling (I think anyway)
The parent links seem to be off. You can't click them directly, but have to move the mouse above the text link. Links without children are fine.
Again, thank you for the help. I didn't even think to look in the global styling.
Todd
Comment #3
shadcn commentedHello Todd
on line 65 add a z-index to your ul like this:
I've tested with firebug and it is working. Let me know if it works for you
Thanks
Arshad
Comment #4
t1s commentedYes! that did it. You have been incredibly helpful :)