Verticle Menu Not Expanding in Safari


Author Message
DawgMom

Posted: 5/26/2011
Quote message 

Okay. I'm stumped. I can't seem to figure out where to edit the CSS (or, if that's what I need to do) to get the verticle menu to expand/work in Safari.

Anyone?
 
DawgMom

Posted: 5/26/2011
Quote message 

Just an update: I created a site from the default template in Artisteer - I didn't make any changes. The dropdown verticle menu still doesn't work in the most recent version of Safari.

Can someone provide a fix, please???
 
DawgMom

Posted: 5/26/2011
Quote message 

After some searching here, someone had the solution already:

ul.art-vmenu:hover li, ul.art-vmenu:hover ul li, ul.art-vmenu li:hover ul, ul.art-vmenu li:hover ul li
{
display:block;
}
 
DawgMom

Posted: 5/26/2011
Quote message 

After some searching here, someone had the solution already:

ul.art-vmenu:hover li, ul.art-vmenu:hover ul li, ul.art-vmenu li:hover ul, ul.art-vmenu li:hover ul li
{
display:block;
}
 
Jim

Posted: 6/29/2011
Quote message 

How do i make a vertical menu expand when it it clikced (default function) AND contract when it is clicked again?

(I'm a CSS novice)

Thanks!
 
Pommie

Posted: 9/2/2011
Quote message 

Adding the CSS above does not do the job as it makes IE go crazy - it is almost impossible to nail a menu item as they move all the ime.

Can anybody suggest a fix which makes Safari expand and contract te sub menus when a main menu item is clicked as works in Firefox and IE?