This is a discussion on "button text picture change" within the JavaScript Forum section. This forum, and the thread "button text picture change are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
button text picture change
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
button text picture change
Good Afternoon,
If possible could someone please assit me in getting this to work. What i am after is when you hoover over a button, the button(changes colour) picture and text changes. 3 columns 1st 2nd 3rd button text picture I have similar code (below) where you hoover over the text and the picture changes for example. http://webdesign.friendsworld.co.uk/location/index.html (the above website is in working progress) Any help or time spent on this matter is greatly appreciated Cheers Daniel |
|
|
|
||||
|
Re: button text picture change
I'm not sure I get it but ... if it's what I think it is ... you don't need JS
Fast Rollovers Without Preload |
|
|||
|
Re: button text picture change
I like the information that you have left above, and am going to incorporate it, into future work.
Sorry, now i have read my first post again it not that clear. 3 divs 1st with "button" 2nd with "text" 3rd with Picture hoover over the button for new text and picture to appear Cheers Dan |
|
||||
|
Re: button text picture change
Ah ... Now I get ... disjointed rollovers I believe they are called.
Try: http://bonrouge.com/~disjointed1 http://bonrouge.com/~disjointed_text |
|
|||
|
Re: button text picture change
This link you provided is half way there. Just need to implement a picture into it (button Picture and txt)
http://bonrouge.com/~disjointed_text I am going to have a play with it tonight, see what happens Cheers |
|
|||
|
Re: button text picture change
Quote:
function change(){ this.innerHTML = 'changed text'; // change the text document.getElementById('yourimg').src ='yourimage'; //change image this.style.color = 'pink'; //change text color } then onmouseover="javascript:change();" |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change the size of my button | skat | ASP.NET Forum | 1 | Mar 11th, 2008 19:56 |
| how to change button action into a movieclip button action | cjrollo | Flash & Multimedia Forum | 7 | Nov 21st, 2007 17:07 |
| Picture wrap around text? (more info inside) | KOinMotion | Web Page Design | 1 | Nov 13th, 2006 09:59 |
| how do i change the adress bar picture ? | bruno89 | Web Page Design | 7 | Jul 26th, 2006 21:02 |
| Random picture survey picture help | Jould | Web Page Design | 6 | Feb 25th, 2004 14:07 |