Hi,
I'm working on a simple wordpress theme. I have a main menu at the top of my page and have added drop down menus for sup pages using _menu. The drop down works fine and all the sub page links are active however adding this menu makes the main link (which the drop down is coming out of) stop working.
ie. Clicking this link makes the drop down animate but the link itself does not activate.
A related question: Is it possible to make the _menu function sticky? So that the the drop down menu stays open while you are on the page (or any of the sub pages) it is related to?
I hope that made sense.
I would really appreciate any help with these. Thanks for this great program.
Conor

Making Menu Sticky
Conor
So the Main Link should be working. There has to be something that is missing in your layering or possibly a mistype. I would suggest relooking at the PSD to make sure everything is Kosher and reload or send the PSD to support@psd2cssonline.com
Regarding the _menu sticky you can go to the editable source code given to you in the zip file and remove these lines
Look for this section of code in the generated HTML file:
<code>
// Remove the following 2 lines if you don't want this menu to dissappear
// automatically. Change how long the menu stays visible by changing
// the 4000 to another number of milliseconds
clearTimeout( timerId );
timerId = setTimeout( '$("#Layer-10").hide("slow")', 4000 );
OR YOU CAN ... change the 4000 to whatever milliseconds you want if you want it to hang out there for a while.
Brandon
Thanks Brandon for your very
Thanks Brandon for your very timely reply. I must be missing something but I can't work out what it is so I will email my psd file to support.
And thanks for the great pointers on the making the menu sticky.
Cheers,
Conor