[Solved] How To Show CSSMenu Onload ?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
applejack
Power Poster
Power Poster
Posts: 1014
Joined: Fri Mar 30, 2007 2:28 am

[Solved] How To Show CSSMenu Onload ?

Post by applejack »

I am trying to show a CSSMenu drop down when the page loads rather than with a hover. Any ideas much appreciated.
Last edited by applejack on Sat Feb 14, 2009 2:15 pm, edited 1 time in total.

Website Design & Production
http://www.applejack.co.uk
applejack
Power Poster
Power Poster
Posts: 1014
Joined: Fri Mar 30, 2007 2:28 am

Re: How To Show CSSMenu Onload ?

Post by applejack »

Managed to sort this my self using the code below where none is changed to block. Can be conditional based upon the page or root alias

#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: block;
   font-weight:normal;
}

Website Design & Production
http://www.applejack.co.uk
Post Reply

Return to “Layout and Design (CSS & HTML)”