Replies Back to Article

Background Color Changer

javascript found
February 7, 2003 by Martha Graham

Take a look at this javascript.

http://www.javascriptcity.com/scripts/local/smouse2.htm

Martha Graham

Possible Solution
February 18, 2003 by Chris Oltermann

Go to http://projectseven.com and check out the extensions list there. They have an extension that does just what you are asking called "Object Color Changer". It's free and works like a champ.

:)

Chris

Another way...
May 1, 2003 by Michael Grossman
Another way to apply a change to something like this, is to use the "change property" behavior. It's kind of tricky though, because the object you can change must be one of the ones that are pre-defined by Dreamweaver, like a DIV or a TEXT AREA. It's cool stuff once you get the hang of it...changing background colors...font styles...enjoy!
Extensions to help you easier
November 8, 2004 by Chris Charlton
Here's some links on Macromedia's Exchange of what you are looking for. Advanced Rows Color, V1.2.0 BS - Alternate Row Color, V1.0.3 There's one I use that has MouseOver color option, I like that one.
table row changing color on mouse over
January 7, 2005 by gerrit bouweriks

it as easy as this

<tr bgcolor="#FFFFF2" onmouseover="this.style.backgroundColor='#FFCC66'" onmouseout="this.style.backgroundColor=''">

:) Gerrit