more than one animated button for menu

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.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old May 22nd, 2008, 03:26
New Member
Join Date: May 2008
Location: new jersey
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 22nd, 2008, 08:37
Reputable Member
Join Date: Feb 2007
Location: UK
Posts: 190
Thanks: 0
Thanked 5 Times in 5 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 22nd, 2008, 16:56
New Member
Join Date: May 2008
Location: new jersey
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: more than one animated button for menu

I need help as my knowledge is beginner level...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old May 22nd, 2008, 21:20
CloudedVision's Avatar
Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,248
Blog Entries: 9
Thanks: 2
Thanked 40 Times in 40 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old May 22nd, 2008, 22:56
New Member
Join Date: May 2008
Location: new jersey
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 05:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42