08-02-12, 15:54
|
#1
|
|
Yabancı
Giriş Tarihi: 08-02-2012
Mesajlar: 1
|
Isiklari Kapat Fonksiyonu html Kodu
Bu Kodu Sitenizde Istediginiz Bir yere koyun ve HTML kodu Calisir 
HTML Code:
<title>::Sinema Modu::</title>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <script type="text/javascript" src="http://static.yooco.de/s2/images/website/2385109/image/jquery.js"></script> <script type="text/javascript" src="http://static.yooco.de/s2/images/website/2385109/image/jquerytheatermode.js"></script> <script type="text/javascript">
$(document).ready(function(){
$("body").theaterMode({
imgClass: ".theaterBtn",
imgTitleLightOff: "Isiklar Sonsun!",
imgTitleLightOn: "Isiklar Acılsın!",
imgSrcLightOff: "http://static.yooco.de/s2/images/website/2385109/image/lightoff.png",
imgSrcLightOn: "http://static.yooco.de/s2/images/website/2385109/image/lighton.png",
opacity: 0.85,
speed: 500
});
});
</script> <style type="text/css">
img {border: 0;}
#theater {background-color: #000; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 25; display: none;}
</style> <img width="40" height="40" style="position: absolute; z-index: 100; cursor: pointer;" title="Isiklar Sönsün!" class="theaterBtn" alt="" src="lightoff.png" /> </meta>
|
|
|