login  Naam:   Wachtwoord: 
Registreer je!
 Scripts:

Scripts > JS > Afbeelding effecten > Tekst op een fade-in plaatje!

Tekst op een fade-in plaatje!

Auteur: Carpmadness - 06 september 2004 - 11:20 - Gekeurd door: Dennisvb - Hits: 6095 - Aantal punten: 4.25 (2 stemmen)




Leuk stukje code om je plaatjes te voorzien van tekst!
Ook fade het plaatje in bij mouse over!

Code:
  1. <div style="position:absolute; top:184; left:366; z-index:0"><SCRIPT language=JavaScript1.2>
  2. <!--
  3. function wlow(which1){
  4. theobject=which1
  5. lowlighting=setInterval("lowlightit(theobject)",50)
  6. }
  7. function whigh(which1){
  8. clearInterval(lowlighting)
  9. which1.filters.alpha.opacity=100
  10. }
  11. function lowlightit(cur1){
  12. if (cur1.filters.alpha.opacity>40)
  13. cur1.filters.alpha.opacity-=10
  14. else if (window.lowlighting)
  15. clearInterval(lowlighting)
  16. }
  17. //-->
  18. </script>
  19.  
  20. <a href="#"><img src="http://www.carpmadness.nl/Avatar1.gif" width="80" height="80" border="0" style="FILTER: alpha(opacity=100)" onmouseover=wlow(this) onmouseout=whigh(this)></a></div>
  21. <div style="position:absolute; overflow:hidden; left:358px; top:245px; width:101px; height:22px; z-index:1">
  22. <FONT style="font-size:10pt" color=#000000 face="Tahoma">
  23. <DIV><FONT style="font-size:11pt" color=#FF0000 face="Times New Roman"><B><I>Special tekst!!!</I></B></FONT></DIV>
  24. </FONT>
  25. </DIV>
Download code! Download code (.txt)

 Stemmen
Niet ingelogd.

 Reacties
Post een reactie
Geen reacties (0)
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.022s