Free php scripts.
scripturi pentru webmasteri - free web tools - copie si lipeste scripts pentru situl tau sute de scripturi
Daca vrei sa ai acces la baza de date trebuie sa te inregistrezi. Succes. Omae
|
Nou pe simpatie: theo23
 | Femeie 24 ani Arges cauta Barbat 26 - 45 ani |
|
|
Free php scripts.ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
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>
_______________________________________ http://2012en.wordpress.com/ "Living mistery" http://mergi.la/RoTop69 "RoTop69" www.cramanobless.ro "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro http://www.erepublik.com/en/referrer/HEXAGON+Omae Intra in lumea EREPUBLIK
|
|
| |
|