This is a discussion on "more than one animated button for menu" within the JavaScript Forum section. This forum, and the thread "more than one animated button for menu are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
more than one animated button for menu
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
more than one animated button for menu
my need is simple
i have a menu that will have images for buttons... then when mouse is over any button, that image will turn into a different image and when mouse is not on it anymore it should go back...how can i achieve this? important note: the image files for each button for both onmouse and no mouse situations are different. i.e. if there are 6 buttons, there are 6x2=12 image files (one set is for regular button display, other set is for mouseover of a button) |
|
|
|
#2
|
|||
|
|||
|
Re: more than one animated button for menu
Is it possible you could make the menu is css? It's much cleaner, easier and accessimabler than javascript.
|
|
#3
|
|||
|
|||
|
Re: more than one animated button for menu
I need help as my knowledge is beginner level...
|
|
#4
|
||||
|
||||
|
Re: more than one animated button for menu
First can we see the code your using for rollovers at the moment? (Or do you not have any?)
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#5
|
|||
|
|||
|
Re: more than one animated button for menu
here is my code....
<a href="http://www......com" target="_blank"> <img border="0" src="b1b.jpg" name="b1" width="26" height="26" onmouseout="this.src='b1b.jpg' onmouseover="this.src='b1e.jpg' " /></a> <a href="http://www.......com" target="_blank"> <img border="0" src="b1c.jpg" name="b2" width="26" height="26" onmouseout="this.src='b1c.jpg' onmouseover="this.src='b1f.jpg' " /></a> <a href="http://www........com" target="_blank"> <img border="0" src="b1d.jpg" name="b3" width="26" height="26" onmouseout="this.src='b1d.jpg' onmouseover="this.src='b1g.jpg' " /></a> it doesnt work as I want |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| adapt css driven drop down menu and button to ie6 | thosecars82 | Web Page Design | 0 | May 21st, 2008 14:16 |
| [SOLVED] animated button problem | ahwell | Flash & Multimedia Forum | 3 | Nov 5th, 2007 21:09 |
| animated drop down menu | dancingmunkee | Flash & Multimedia Forum | 1 | May 14th, 2007 12:40 |
| animated drop down menu | dancingmunkee | Starting Out | 4 | May 14th, 2007 09:16 |
| Button w/ floating menu question | scoopslack | Flash & Multimedia Forum | 3 | Mar 9th, 2007 22:21 |