php forum
php mysql forum
php mysql smarty
 
Topic Options
#109709 - 07/23/03 11:37 AM Need help w/ JavaScript "onMouseOver" effect
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
I am trying to come up with a way to use the onMouseOver command to display a background image in a <table> section, rather than simply changing background colors...

I need to go from a solid color -- > IMAGE --> and back to the solid color for the onMouseOut command.

What I have so far, only change solid colors...

Code:
<TD BGCOLOR="#DEDFDF" VALIGN=MIDDLE ALIGN=MIDDLE WIDTH=100 onMouseover="this.style.backgroundColor='#CCE0FF'; this.style.cursor='hand';" onMouseout="this.style.backgroundColor='#DEDFDF'" onclick="window.location.href='http://www.gun-talk.com'"><A HREF="http://gun-talk.com">Icon Test 3</A></TD>

Top
#109710 - 07/23/03 12:25 PM Re: Need help w/ JavaScript "onMouseOver" effect
tackaberry Administrator Offline
Pooh-Bah

Registered: 11/28/00
Posts: 3224
Loc: NYC | 100% Hockey
It might be easier to use the onMouseover and onMouseout to change the CSS class. That way you can set one class to display the background color and the other to display the background image.
_________________________

Top
#109711 - 07/23/03 01:24 PM Re: Need help w/ JavaScript "onMouseOver" effect
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
After pulling out lots of hair, I finally figured it out...

Code:
<TD BGCOLOR="#DEDFDF"VALIGN=MIDDLE ALIGN=MIDDLE WIDTH=100 onMouseover="this.background='fire.jpg'; this.style.cursor='hand';" onMouseout="this.background='#DEDFDF'" onclick="window.location.href='http://www.gun-talk.com'"><A HREF="http://gun-talk.com">Icon Test 1</A></TD>
I had to remove the ".style" from both references, and then simoply substituted the image for the color code.

Top


Who's Online
0 registered (), 25 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
56 minutes 29 seconds ago
How to hide sub forums from summary page
by blaaskaak
Yesterday at 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks