P
pamelafluente
Hi guys,
I have a hard problem
I have the following situation:
<span onmouseover = "SelectionEffect()">
<div style="width: 50px; height: 50px;
background-color:#FFE4E1"></div>
</span>
How can I code SelectionEffect() to have that when the mouse hover the
span the background color of the div becomes brigher, whatever color it
is?
Or perhaps even a color inversion (not R, not B, not G) within the span
would do (I want one "feels" he is moving over some area).
-Pam
I have a hard problem
<span onmouseover = "SelectionEffect()">
<div style="width: 50px; height: 50px;
background-color:#FFE4E1"></div>
</span>
How can I code SelectionEffect() to have that when the mouse hover the
span the background color of the div becomes brigher, whatever color it
is?
Or perhaps even a color inversion (not R, not B, not G) within the span
would do (I want one "feels" he is moving over some area).
-Pam