Powered By TUROCK
Aici puteti gasi tot ceea ce va intereseaza.
|
Lista Forumurilor Pe Tematici
|
Powered By TUROCK | Reguli | Inregistrare | Login
POZE POWERED BY TUROCK
Nu sunteti logat.
|
Nou pe simpatie: Ioana24 Profile
 | Femeie 25 ani Bucuresti cauta Barbat 27 - 43 ani |
|
IoNuTz
AdMiN
 Din: Bucuresti
Inregistrat: acum 18 ani
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 :
|
|
| pus acum 18 ani |
|