Hi
How can I set the delay for CSS Menu - Horizontal? It disappears way too quick. Sometimes the opened menu hangs but you can't reach it because it disappears when you try to reach it. Or have I broke it somehow? Should there be delay anyway?
[solved] CSSMenu delay
[solved] CSSMenu delay
Last edited by nakkiel on Tue Aug 19, 2008 8:22 am, edited 1 time in total.
Re: CSSMenu delay
I dont think that quickness has to do with the vanishing.... It might be that some gaps are between the boxes of the different menu-items, which cause it to hide again, when hovering that gap.
Do you have a link to see?
Ronny
Do you have a link to see?
Ronny
Re: CSSMenu delay
Sure:
http://www.vitaltraining.fi/cmsmadesimp ... age=yritys
Now as I looked it, I think you might be right about that one.
http://www.vitaltraining.fi/cmsmadesimp ... age=yritys
Now as I looked it, I think you might be right about that one.
Re: CSSMenu delay
#primary-nav li li {
background-image: none;
float: none;
margin-left: 0px;
margin-top: -2px; instead of -1...
position: relative;
}
background-image: none;
float: none;
margin-left: 0px;
margin-top: -2px; instead of -1...
position: relative;
}
Re: CSSMenu delay
That did the trick, thanks again mark 
