954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Adding a delay and remote rollover to a CSS Navigation

I have a CSS Navigation but I need help in adding a "delay" on the sub-navigation, and I'd like the rollover image to "stay" when one is using the sub-navigation.

here's my website: http://www.e-squareddesigns.com

Unfortunately, I am completely CLUELESS when it comes to javascript, so any input would help... thanks!

peepster
Newbie Poster
10 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

My guess is you have an error in the way you set up the menu. The list shouldn't disappear as you move the mouse down. Check the distance between the main menu and the pop up menu. You probably have a slight gap of a pixel or two and as the mouse moves into that gap the menu disappears because you are no longer hovering over it.
You don't need to build in a delay for that, you just need to tweak the CSS and find the error.

hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 169
 

Can you clarify your question? Are you saying that you'd like the image change in the center to be more of a fade instead of the instant change?

mi.mac.rules
Light Poster
33 posts since Oct 2010
Reputation Points: 10
Solved Threads: 1
 

You might want to try out CSS3 transitions...
http://www.w3schools.com/css3/css3_transitions.asp

dantinkakkar
Junior Poster
177 posts since Aug 2011
Reputation Points: 49
Solved Threads: 21
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You