Powered By TUROCK
Aici puteti gasi tot ceea ce va intereseaza.
|
Nou pe simpatie: surender_lady din Arad
 | Femeie 25 ani Arad cauta Barbat 26 - 47 ani |
|
|
Powered By TUROCKReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
IoNuTzAdMiNDin: Bucuresti
Postari: 837
|
|
Option 1: Use this to change the background color when user places mouse over the link
<a href="link.htm" onMouseOver="document.body.background='red.gif'">Link Text</a>
Option 2: Use this to change the background image when user removes mouse from over the link (onMouseOut).
<a href="link.htm" onMouseOut="document.body.background='green.gif'">Link Text</a>
Option 3: Use this to change the background image when user clicks the link (onClick).
<a href="link.htm" onClick="document.body.background='blue.gif'">Link Text</a>
Option 4: Use this to change the background image twice, once when the user places the mouse over the link then again when the user takes the mouse off the link (onMouseOver and onMouseOut).
<a href="link.htm" onMouseOver="document.body.background='red.gif'" onMouseOut="document.body.background='green.gif'">Link Text</a>
Option 5: Use this to change the background image three times, once when the user places the mouse over the link, again when the user takes the mouse off the link, and again when the user clicks on the link (onMouseOver, onMouseOut, and onClick).
<a href="link.htm" onMouseOver="document.body.background='red.gif'" onMouseOut="document.body.background='green.gif'" onClick="document.body.background='blue.gif'">Link Text</a>
_______________________________________ Free Web Hosting : http://www.host10.net
|
|
| |
|