https://img.webme.com/pic/d/dost13/11-03-2012-2.jpg https://img.webme.com/pic/d/dost13/11-03-2012.jpg https://img.webme.com/pic/d/dost13/11-03-2012.jpg Not: Tüm kodları aynı yere ekleyin..Örn: Anasayfa Ayarlar (elleşmeyiniz) Özel Ayarlamalar 1 Özel Ayar 2
Not: Tüm kodları aynı yere ekleyin..Örn: Anasayfa
Ayarlar (elleşmeyiniz)
<style type="text/css">
.magnifyarea{ /* CSS to add shadow to magnified image. Optional */
box-shadow: 5px 5px 7px #818181;
-webkit-box-shadow: 5px 5px 7px #818181;
-moz-box-shadow: 5px 5px 7px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
background: white;
}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://dost13deneme.clanteam.com/js/featuredimagezoomer.js">
/***********************************************
* Featured Image Zoomer (w/ adjustable power)- By Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
Özel Ayarlamalar 1
<script type="text/javascript">
jQuery(document).ready(function($){
$('#image1').addimagezoom({
zoomrange: [3, 10],
magnifiersize: [300,300],
magnifierpos: 'right',
cursorshade: true,
largeimage: 'https://img.webme.com/pic/d/dost13/11-03-2012-2.jpg' //<-- No comma after last option!
})
$('#image2').addimagezoom({
zoomrange: [5, 5],
magnifiersize: [400,400],
magnifierpos: 'right',
cursorshade: true,
cursorshadecolor: 'pink',
cursorshadeopacity: 0.3,
cursorshadeborder: '1px solid red',
largeimage: 'https://img.webme.com/pic/d/dost13/11-03-2012.jpg' //<-- No comma after last option!
})
$('#image3').addimagezoom()
})
</script>
Özel Ayar 2
<p><img id="image1" border="0" src="https://img.webme.com/pic/d/dost13/11-03-2012-2.jpg" style="width:300px;height:225px" /><p>
<p><img id="image2" border="0" src="https://img.webme.com/pic/d/dost13/11-03-2012.jpg" style="width:300px;height:225px" /><p>
<p><img id="image3" border="0" src="https://img.webme.com/pic/d/dost13/11-03-2012.jpg" style="width:300px;height:225px" /><p>
|