Bel rollover di immagini. Passando con il mouse sul link cambia l'immagine associata.
<SCRIPT LANGUAGE = "JavaScript"> <!-- if (document.images) { //if image object is available img1on = new Image(); // MouseOver Images img1on.src = "image1on.gif"; img2on = new Image(); img2on.src = "image2on.gif"; img3on = new Image(); img3on.src = "image3on.gif"; img4on = new Image(); img4on.src = "image4on.gif"; img1off = new Image(); // MouseOut Images img1off.src = "image1off.gif"; img2off = new Image(); img2off.src = "image2off.gif"; img3off = new Image(); img3off.src = "image3off.gif"; img4off = new Image(); img4off.src = "image4off.gif"; img1ad = new Image(); img1ad.src = "image1tips.gif"; // Secondary Images img2ad = new Image(); img2ad.src = "image2tips.gif"; img3ad = new Image(); img3ad.src = "image3tips.gif"; img4ad = new Image(); img4ad.src = "image4tips.gif"; } function imgOn(imgName) { if (document.images) { document[imgName].src = eval(imgName + "on.src"); document["holder"].src = eval(imgName + "ad.src"); // Added line! }} function imgOff(imgName) { if (document.images) { document[imgName].src = eval(imgName + "off.src"); document["holder"].src = "clear.gif"; }} //--> </SCRIPT> <BODY> <A HREF = "http://www.ruleweb.com" onMouseOver = "imgOn('img1')" onMouseOut = "imgOff('img1')"> <IMG NAME= "img1" BORDER = 0 HEIGHT = 65 WIDTH = 65 SRC = "image1off.gif"></A> <A HREF = "http://www.ruleweb.com/dhtml/" onMouseOver = "imgOn('img2')" onMouseOut = "imgOff('img2')"> <IMG NAME= "img2" BORDER = 0 HEIGHT = 65 WIDTH = 65 SRC = "image2off.gif"></A> <A HREF = "http://www.ruleweb.com/dhtml/html/whatsnew.html" onMouseOver = "imgOn('img3')" onMouseOut = "imgOff('img3')"> <IMG NAME= "img3" BORDER = 0 HEIGHT = 65 WIDTH = 65 SRC = "image3off.gif"></A> <A HREF = "http://www.ruleweb.com/dhtml/html/reviews.html" onMouseOver = "imgOn('img4')"onMouseOut = "imgOff('img4')"> <IMG NAME= "img4" BORDER = 0 HEIGHT = 65 WIDTH = 65 SRC = "image4off.gif"></A> <p> <!-- Additional placeholder Image --> <IMG NAME = "holder" HEIGHT = 40 WIDTH = 250 SRC = "clear.gif"> </BODY> </HTML>
Scarica il Codice...
Script C# per tutte le esigenze: database, sessioni, file, contatori, stringhe, date, e-mail, e tanto altro.
Manuale completo di C# per principianti e non.
Script VB.Net Visual Basic .net: database, sessioni, file, contatori, stringhe, date, e-mail, e tanto altro ancora.
Manuale di SQL con particolare attenzione a T-SQL di Microsoft SQL Server
Tecniche di posizionamento indicizzazione e ottimizzazione dei siti web per nei motori di ricerca
Manuale completo sui CSS per principianti e non.
HTML 5 è un linguaggio di markup utilizzato per la strutturazione e il contenuto delle pagine Web.
CSS 3 è l'ultima evoluzione dei fogli di stile CSS. Contiene molte novità come angoli arrotondati, ombre, sfumature, transizioni o animazioni.
jQuery è una libreria JavaScript cross-platform progettata per semplificare lo scripting lato client.