jimmynoma
08-18-2002, 07:38 AM
I am still learning javascript technically, but I have been working on a navigation bar for my website, and I ran into a problem. It probably has a simple answer, but I appreciate any help you can give me...
I have a button (or multiple) that when you put the cursor over the button, an image on a different part of the page changes. I suppose this is called an image flip.
I also wanted the actual button (a gif image) to change, for example, highlight when the mouse is over it and when clicked. I know how to do both of these things separately, but I can't figure out how to make them work together. The only way that I can see to do this, is to have both "onmouseover" commands in the same line, which I can't get to work correctly.
If there is a way to make this work, or a different way that I should be doing this, Thank you for any help you give, otherwise thanks for caring even just a little :)
I have a button (or multiple) that when you put the cursor over the button, an image on a different part of the page changes. I suppose this is called an image flip.
I also wanted the actual button (a gif image) to change, for example, highlight when the mouse is over it and when clicked. I know how to do both of these things separately, but I can't figure out how to make them work together. The only way that I can see to do this, is to have both "onmouseover" commands in the same line, which I can't get to work correctly.
If there is a way to make this work, or a different way that I should be doing this, Thank you for any help you give, otherwise thanks for caring even just a little :)