Javascript expert
Steve,
It does make sense, there will probably be a onMouseOut command in the <a href=........> tag, along with the OnMouseOver() function.
There would be a name of a function which does the swapping of the image.
You could remove the bit that says onMouseOut....' upto the next semi colon. that but it may cause other problems.....
I don't mind taking a look if you want....there are plenty of HTML tools around that will help, DreamWeaver is good for this sort of stuff.
[This message has been edited by RichB (edited 13 December 2000).]
It does make sense, there will probably be a onMouseOut command in the <a href=........> tag, along with the OnMouseOver() function.
There would be a name of a function which does the swapping of the image.
You could remove the bit that says onMouseOut....' upto the next semi colon. that but it may cause other problems.....
I don't mind taking a look if you want....there are plenty of HTML tools around that will help, DreamWeaver is good for this sort of stuff.
[This message has been edited by RichB (edited 13 December 2000).]
For each of the states, mouseover, mousedown, mouseout call a function instead.
on the mousedown you can set the image and a flag and on the mouseout you can interrogate the flag to see if a mousedown was performed.
on the mousedown you can set the image and a flag and on the mouseout you can interrogate the flag to see if a mousedown was performed.
Scooby Senior
iTrader: (1)
Joined: Nov 2000
Posts: 9,708
Likes: 73
From: Wildberg, Germany/Reading, UK
On our intranet we have a menu made out of gif images and when you mouseover it they inverse by loading a second image over the top and when you mouseoff it reverts back to the original, does anyboby know how I can modify this so that if you click on sed item it stays in the inverse state until you click on something else reason for this is so you can tell at a glance which menu item you are in, does this make sense?
cheers
Steve
cheers
Steve
Thread
Thread Starter
Forum
Replies
Last Post
The Joshua Tree
Computer & Technology Related
18
Sep 11, 2015 09:24 PM






