Skip to main content

Ozan Yıldırım

Etiket: opacity

CSS ile Transparan Resimler (Opacity)

7 Şubat 20127 Şubat 2012 ozany 1 Yorum
<style type="text/css">
<!--
.transparan img{
    filter:Alpha(opacity=80);
    -moz-opacity: 0.4;
}
.transparan:hover img{
    filter:Alpha(opacity=100);
    -moz-opacity: 1;
}
-->
</style>

Kullanımı :

<a href="#" class="transparan"><img src="resim.jpg" border="0" id="foto"></a>

Kategoriler

  • C++ (113)
  • Genel (224)
  • Html (49)
  • MySQL (15)
  • PHP (144)
  • Wordpress (25)
sparkling Colorlib tarafından tasarlanmış, WordPress ile güçlendirilmiştir.