Forum'da ara:
Ara


Yazar Mesaj
Mesaj25.02.2011, 14:59 (UTC)    
Mesaj konusu: FacebookPaylaş kodu

Aşagıdaki kodu tasarımı bozmadan nasıl ekleyebiliriz.?

Not:Kodu ekledim tasarım bozuldu.
Üsteki resim az menüye kaydı
Sayaçda aşağıya kaydı.


Kod:
<script src="http://hibycocuk.hi.funpic.org/HiBycocuq/jquery.js"></script>
<script>
$(document).ready(function(){
                     $('.resim').mouseover(function(){
                                          $(this).animate({top:"5px"},100)               
                                        })
                     
                     $('.resim').mouseout(function(){
                                          $(this).animate({top:"20px"},100)               
                                        })
                     });
</script>
</head>
<style>

img{
   position:relative; left:4px; top:20px; border:none;
   }
#dis{
   width:40px; height:40px; overflow:hidden; position:relative; float:left;
}
</style>
<body>
<div id="kutu" style="border-bottom:1px solid #999; height:40px; width:240px;" >
<div id="dis">
<a href="http://www.facebook.com/share.php?u=http://www.omurtesi.com" target="_blank"><img class="resim" src="http://img.webme.com/pic/h/hibycocuk/facebookss.png" /></a>

</div>
<div id="dis">
<a href='#' target="_blank"><img class="resim" src="http://img.webme.com/pic/h/hibycocuk/myspacess.png" /></a>
</div>
<div id="dis">
<a href="#"  target="_blank"><img class="resim" src="http://img.webme.com/pic/h/hibycocuk/friendfeedsssss.png" /></a>
</div>
<div id="dis">
<a href="#" target="_blank"><img class="resim" src="http://img.webme.com/pic/h/hibycocuk/twitterss.png" /></a>
</div>
<div id="dis">
<a href="#" target="_blank"><img class="resim" src="http://img.webme.com/pic/h/hibycocuk/googless.png" /></a>
</div>
<div id="dis">
<a href="#" target="_blank"><img class="resim" src="http://img.webme.com/pic/h/hibycocuk/bloggerss.png" /></a>
</div>
</div>

</body>
</html>

______________
Mesaj25.02.2011, 15:18 (UTC)    
Mesaj konusu:

Ana sayfana ekle
______________




Mesaj25.02.2011, 16:17 (UTC)    
Mesaj konusu:

bilgimerkezi06 yazmış:
Ana sayfana ekle

Anasayfaya eklersem sadece anasayfada çıkar.Bütün sayfalarda gözükmesini istiyorum.Teşekkürler iyi çalışmalar.
______________
Mesaj27.02.2011, 18:37 (UTC)    
Mesaj konusu:

</head> Bunu çıkar kodtan

ve en alta bulunan bunları cıkar (:
</body>
</html>
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu