Filitre Uygulamaları

 www.dijitalders.com
<html>
<head>
<title>java</title>
<style type="text/css">
img { border:10px solid #CCFF33; filter:alpha(opacity=20); opacity: .2; }
</style>
</head>
<body>
<script type="text/javascript">
<!--

function Gozuk(Resim){

Gozukme();

Resim.style.cssText="filter:alpha(opacity=100); opacity: 1;";


}
function Gozukme(){

Resimler=document.getElementsByTagName("img");

for(i=0; i<Resimler.length; i++){

Resimler[i].style.cssText="filter:alpha(opacity=20); opacity: .2;";
}
}

//-->
</script>

<img src="resimler/3.gif" width="260px" height="260px" onmouseover="Gozuk(this)" onmouseout="Gozukme()" />

<img src="resimler/3.jpg" width="260px" height="260px" onmouseover="Gozuk(this)" onmouseout="Gozukme()" />

<img src="resimler/4.jpg" width="260px" height="260px" onmouseover="Gozuk(this)" onmouseout="Gozukme()" />
</body>
</html>
Yorumunuzu Ekleyin


Yükleniyor...
    Yükleniyor...