|
|
Best books about Javasript
|
Try
move mouse over the following colored rectangles. Background
color will change.

How
to do it? Put the following script between <head> </head> tags
in your web page.
Save
the above images ( or any images you choose) to your web page
site. Then add the following blue code to your images.
<a onmouseover="changecolor('green')"> <img
src="....."></a>
<a onmouseover="changecolor('red')"> <img
src="....."></a>
<a onmouseover="changecolor('#ffff40')"> <img
src="....."></a>
You
may also use buttons. Click on the following buttons:
. Your may look at this
link for more color,
|
|
|
|