Drop down menu & cufon

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
pipedragon72
New Member
New Member
Posts: 3
Joined: Sat Nov 13, 2010 12:21 pm

Drop down menu & cufon

Post by pipedragon72 »

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!
Peciura

Re: Drop down menu & cufon

Post by Peciura »

Post link to site.
pipedragon72
New Member
New Member
Posts: 3
Joined: Sat Nov 13, 2010 12:21 pm

Re: Drop down menu & cufon

Post by pipedragon72 »

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
Peciura

Re: Drop down menu & cufon

Post by Peciura »

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;
}
pipedragon72
New Member
New Member
Posts: 3
Joined: Sat Nov 13, 2010 12:21 pm

Re: Drop down menu & cufon

Post by pipedragon72 »

works a treat. thanks. although the display:none bit meant the drop down didn't show but just the z-indew works fine. ;D
Peciura

Re: Drop down menu & cufon

Post by Peciura »

Please add [Solved] to the subject of your first post.
Post Reply

Return to “CMSMS Core”