Yazar |
Mesaj |
-
htmltrm
Aktif Üye
Konum: İzmir
|
06.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> </p> |
|
↑
|
|
|
-
berker19
Bedava-Sitem Bağımlısı
|
06.03.2011, 11:23 (UTC) Mesaj konusu: |
|
|
paylaşım güzel... ______________ |
|
↑
|
|
|
-
htmltrm
Aktif Üye
Konum: İzmir
|
07.03.2011, 07:14 (UTC) Mesaj konusu: |
|
|
berker19 yazmış: paylaşım güzel...
Yaradıysa İİ xD |
|
↑
|
|
|
-
okanizm
Uzman Üye
|
07.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 |
|
↑
|
|
|
-
htmltrm
Aktif Üye
Konum: İzmir
|
07.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 |
|
↑
|
|
|
-
fizytr
Acemi Üye
|
22.03.2011, 16:50 (UTC) Mesaj konusu: |
|
|
Ellerine Sağlık |
|
↑
|
|
|
-
bs-aktif
Bedava-Sitem Bağımlısı
|
18.05.2011, 09:58 (UTC) Mesaj konusu: |
|
|
Böyle paylaşımlar yüzünden forum alt üst oldu.
Konunu burada paylaş * Bundan sonra..
( Bkz. JS paylaşımları buraya. ) |
|
↑
|
|
|
|