Page 1 of 1

[solved] CSSMenu delay

Posted: Tue Aug 19, 2008 5:37 am
by nakkiel
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?

Re: CSSMenu delay

Posted: Tue Aug 19, 2008 5:51 am
by RonnyK
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

Re: CSSMenu delay

Posted: Tue Aug 19, 2008 6:36 am
by nakkiel
Sure:
http://www.vitaltraining.fi/cmsmadesimp ... age=yritys

Now as I looked it, I think you might be right about that one.

Re: CSSMenu delay

Posted: Tue Aug 19, 2008 7:23 am
by Dr.CSS
#primary-nav li li {
  background-image: none;
  float: none;
  margin-left: 0px;
  margin-top: -2px;  instead of -1...
  position: relative;
}

Re: CSSMenu delay

Posted: Tue Aug 19, 2008 7:46 am
by nakkiel
That did the trick, thanks again mark :)