PCToOLs
Un forum pentru fiecare!!
|
Nou pe simpatie: Ioana24 Profile
 | Femeie 25 ani Bucuresti cauta Barbat 27 - 43 ani |
|
|
PCToOLsReguliInregistrareLoginPozeNu 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>
_______________________________________ 1) Esti pe net 2) Esti pe Situl MediasH 3) Imi citesti semnatura 5) Nu ai observat ca lipseste punctul 4 6) Tocmai ai verificat daca exista punctul 4 sau nu 7) Zambesti, sau chiar razi !





|
|
| |
|