Forum'da ara:
Ara


Yazar Mesaj
Mesaj06.03.2011, 07:41 (UTC)    
Mesaj konusu: Resme Zoom Efekti Verme

ArkadaşLar Güzel Bir Kod Resmin Üstüne Tıklayınca Büyüyor...

Kodu

Kod:
<!-- ONE STEP TO INSTALL INSTANT IMAGE ZOOMING:
  1.  Copy the coding into the BODY of your HTML document  --> <!-- STEP ONE: Paste this code into the BODY of your HTML document  -->  <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://htmltrm.tr.gg--> <!-- Original:  CodeLifter () --> <!-- Web Site:  http://www.htmltrm.tr.gg--> <script>
var nW,nH,oH,oW;
function zoomToggle(iWideSmall,iHighSmall,iWideLarge,iHighLarge,whichImage){
oW=whichImage.style.width;oH=whichImage.style.height;
if((oW==iWideLarge)||(oH==iHighLarge)){
nW=iWideSmall;nH=iHighSmall;}else{
nW=iWideLarge;nH=iHighLarge;}
whichImage.style.width=nW;whichImage.style.height=nH;
}
</script> <img height="100" border="0" width="100" src="http://img.webme.com/pic/h/htmltrm/zoomaimage.gif" onclick="zoomToggle('100px','100px','200px','200px',this);" alt="" /> <br />
<img height="100" border="0" width="100" src="http://img.webme.com/pic/h/htmltrm/zoombimage.gif" onclick="zoomToggle('75px','75px','200px','200px',this);" alt="" />
<p>&nbsp;</p>
Mesaj06.03.2011, 11:23 (UTC)    
Mesaj konusu:

paylaşım güzel...
______________
Mesaj07.03.2011, 07:14 (UTC)    
Mesaj konusu:

berker19 yazmış:
paylaşım güzel...


Yaradıysa İİ xD
Mesaj07.03.2011, 07:44 (UTC)    
Mesaj konusu:

htmltrm yazmış:
berker19 yazmış:
paylaşım güzel...


Yaradıysa İİ xD


Teşekkürler çoğu kişinin işine yarayacaktır.
______________
Google Play Developer
Mesaj07.03.2011, 07:46 (UTC)    
Mesaj konusu:

okanizm yazmış:
htmltrm yazmış:
berker19 yazmış:
paylaşım güzel...


Yaradıysa İİ xD


Teşekkürler çoğu kişinin işine yarayacaktır.



SaoL Okanizm
Mesaj22.03.2011, 16:50 (UTC)    
Mesaj konusu:

Ellerine Sağlık Smile
Mesaj18.05.2011, 09:58 (UTC)    
Mesaj konusu:

Böyle paylaşımlar yüzünden forum alt üst oldu.

Konunu burada paylaş * Bundan sonra..

Arrow ( Bkz. JS paylaşımları buraya. )
Önceki mesajları göster:   


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