<b>REGISTER</b>

GFX-Sector - Javascript Tutorials


 
GFX-Sector » Coding Area » Coding-Tutorials » Javascript Tutorials » [Javascript] Javascript: Grafik verblassen » Hello Guest [Login|Register]
Last Post | First Unread Post Print Page | Recommend to a Friend | Add Thread to Favorites

Javascript Tutorials

Tutorials rund um Javascript, jQuery und co.
Post New Thread Post Reply

Javascript: Grafik verblassen

     Deutsche Version  English version
Author
Post « Previous Thread | Next Thread »

Isamu Isamu is a male
Isamu's Illusions


Avatar von Isamu

Registration Date: 17.06.2007
Posts: 636
Location: Hamburg
Program: Photoshop CS 3

Spacer
Javascript: Grafik verblassen

Javascript: Grafik verblassen

      

<script language="JavaScript1.2">

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
if (which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=40
}

function highlightit(cur2){
if (cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}

</script>



<img border="0" src="PFAD\NAME.ENDUNG" style="filter:alpha(opacity=40);-moz-opacity:0.3" onMouseover="high(this)" onMouseout="low(this)">

Hier ein Beispiel >>Klick<<



Nichts begegnet einem, was er von Natur nicht zu ertragen vermag.
Marcus Aurelius
Javascript: Grafik verblassen 07.07.2007 22:52 Isamu is offline Homepage of Isamu Search for Posts by Isamu
 
Spacer
   
GFX-Sector
unregistered


 hat kein Avatar


Spacer

Have you enjoyed this topic?


If you were enjoying this post and if you keen on reading more interesting stuff then do not hesitate to complete the free sign up.

After the free registration you will gain access to all areas and you will be able to communicate with other artists from all over the world.

In addition you will benefit from our Photoshop and coding section as well as from our huge (hundreds of gigabytes) free resource section where you can find everything you will need to be a successful (web) designer/artist.

Sign up now and enjoy the advantages as a registered member.

(This website will be ad-free after a complete free sign up.)

New Post 07.07.2007 22:52  
Tree Structure | Board Structure
Post New Thread Post Reply
GFX-Sector » Coding Area » Coding-Tutorials » Javascript Tutorials » [Javascript] Javascript: Grafik verblassen

Similar topics to Javascript: Grafik verblassen
Thread
Studie über Grafik-Designer in Deutschland (Forum: Anderes)
Ranggrafiken erstellen (Forum: Archiv für Anfragen)
Moderator für GFX Bereich (board/bloggrafiker) (Forum: Angebote und sonstige Anfragen)
Grafiker/Designer für YT Kanal and Intro wenn möglich (Forum: Unentgeltliche Grafikanfragen)
Grafiker gesucht (Spieleprojekt) (Forum: Unentgeltliche Grafikanfragen)