I've just inherited a CMSMS from another web developer and they have the standard drop down menu with cufon for h1 & h2 tags. The only problem is that when the drop down menu is opened over an h1 or h2 tag in the content area, the cufon font appears to be over the top and you can't select the menu item and it closes the menu area when you hover near the tag.
Any ideas on how to show the menu drop down infront of cufon? Thanks!
Drop down menu & cufon
-
- New Member
- Posts: 3
- Joined: Sat Nov 13, 2010 12:21 pm
Re: Drop down menu & cufon
eg if you go here:
http://www.safe-services.org.uk/young-p ... eople.html
if you hover over 'children' you see the h2 tag infront of the menu
http://www.safe-services.org.uk/young-p ... eople.html
if you hover over 'children' you see the h2 tag infront of the menu
Re: Drop down menu & cufon
That should work ("/TEMPLATES/young-people.css", 61 ln.)
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
display:none;
z-index:1;
}
-
- New Member
- Posts: 3
- Joined: Sat Nov 13, 2010 12:21 pm
Re: Drop down menu & cufon
works a treat. thanks. although the display:none bit meant the drop down didn't show but just the z-indew works fine. 
