This is from a js submenus script and I'm wanting to know how to make it so that it won't disappear until you click another menu.
//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
var delay_hide=500
Changing var delay hide amount
Moderator: General Moderators
-
CoolAsCarlito
- Forum Contributor
- Posts: 192
- Joined: Sat May 31, 2008 3:27 pm
- Contact:
Re: Changing var delay hide amount
How about the whole code? That's just a comment & a variable declaration.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
-
CoolAsCarlito
- Forum Contributor
- Posts: 192
- Joined: Sat May 31, 2008 3:27 pm
- Contact:
Re: Changing var delay hide amount
What does having to see the entire code have anythign to do with the answer to the question.
Re: Changing var delay hide amount
You're asking us to modify your code & you wonder how seeing the code is relevant?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
-
CoolAsCarlito
- Forum Contributor
- Posts: 192
- Joined: Sat May 31, 2008 3:27 pm
- Contact:
Re: Changing var delay hide amount
I gave you the line that needs to be modified.
Re: Changing var delay hide amount
Well if you know it needs to be modified, why are you asking us?
Seriously, you want help, but you're not willing to give us what we need to help you. I, for one, can't help you with what you've given.
Seriously, you want help, but you're not willing to give us what we need to help you. I, for one, can't help you with what you've given.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.