[quote=vi0lette][apply on js extension]
here`s the code for your js:
textarea.imageOne{
background-color:000000;
background-image:url(YOUR DESIRED IMAGE);
color:00ff00;
}
textarea.imageTwo{
background-color:000000;
background-image:url(YOUR DESIRED IMAGE);
color:ff0000;
}[/quote]
[img]http://img78.imageshack.us/img78/2923/303ug8.gif[/img]
urm... this is CSS and does not belong in anyone's JS
although there is some javascript and that is the red one here:
[quote]<textarea
rows="12" cols="74"
class="imageOne"
[color=red][b]onMouseOver="this.className='imageTwo'"
onMouseOut="this.className='imageOne'"[/b][/color]>[/quote]
.gif)
just wanted to point that out