PCToOLs
Un forum pentru fiecare!!
Lista Forumurilor Pe Tematici
PCToOLs | Reguli | Inregistrare | Login

POZE PCTOOLS

Nu sunteti logat.
Nou pe simpatie:
Angi pe Simpatie
Femeie
25 ani
Bucuresti
cauta Barbat
26 - 52 ani
PCToOLs / Coduri Pentru Site Si Forum / Dynamic Background Image Changer 5 variante Moderat de Raxon
Autor
Mesaj Pagini: 1
b3n1am1n
Administrator

Inregistrat: acum 17 ani
Postari: 3407
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 !









pus acum 17 ani
   
Pagini: 1  

Mergi la