Autonav conflict?
Permalink
Hi,
Tearing my hair out with an issue!
I'm developing a site for a client and am using the autonav in a horizontal style with dropdown tabs. Underneath the menu I have four image boxes which hover with a url path.
My issue is that it's really hard to select any tab in the dropdown as it disappears like there is some sort of conflict. I may be missing something in the css. Any help would be appreciated.
Here is the link into the development urlhttp://www.riverlandfielddays.com.au/cms/...
Thanks.
Tearing my hair out with an issue!
I'm developing a site for a client and am using the autonav in a horizontal style with dropdown tabs. Underneath the menu I have four image boxes which hover with a url path.
My issue is that it's really hard to select any tab in the dropdown as it disappears like there is some sort of conflict. I may be missing something in the css. Any help would be appreciated.
Here is the link into the development urlhttp://www.riverlandfielddays.com.au/cms/...
Thanks.
You could try reducing nav li:hover ul top position by a couple of pixels. .i.e top:36px instead of 40px.
THANK YOU so much...that did the trick! I hadn't come across that before. As the saying goes, you learn something new everyday. Much appreciated :)