Panduan membuat "Light Box" untuk Blogger
Pertama sekali saya nak ingatkan pada anda semua,sebelum memulakan edit, saya sarankan kepada anda semua supaya Buckup file Theme anda terlebihdahulu.
LANGKAH 1 : Pertama, Masuk ke Blogger. Sekarang, masuklah ke "Layout" dan klik "Edit HTML"
LANGKAH 2 : Sekarang cari [CTRL + F] kode ini:
Pastekan sebelum </head></head>
<!--Light Box zabidi ali-->
<style>
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://lh5.ggpht.com/_u4gySN2ZgqE/SnWk89-4azI/AAAAAAAAAj8/hM0MqnVouCQ/prevlabel%5B3%5D.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://lh6.ggpht.com/_u4gySN2ZgqE/SnWk9-mNiQI/AAAAAAAAAkA/Zg1jXV9xnQM/nextlabel%5B6%5D.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }
#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; outline: none;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
round-color: #000; }
lute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
round-color: #000; }
</style>
<script src='http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js' type='text/javascript'/>
<script src='http://files.bloggerplugins.org/lbox/js/scriptaculous.js' type='text/javascript'/>
<script src='http://photolightbox.googlecode.com/files/lightbox.js' type='text/javascript'/>
<!--Light Box zabidi ali-->
Langkah 3 : Kemudian pergi posting anda
Tukarkan yang berwarna kuning dengan kod dibawah
rel="lightbox[Flowers]" title="title image">
<div class="separator" style="clear: both; text-align: center;">
<a href="http://3.bp.blogspot.com/_UEyQ01Vm0i8/TQisHf-AN_I/AAAAAAAAAEU/NES6KNbg14c/s1600/11.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="286" src="http://3.bp.blogspot.com/_UEyQ01Vm0i8/TQisHf-AN_I/AAAAAAAAAEU/NES6KNbg14c/s640/11.jpg" width="640" /></a></div>
Sample yang dah ditukar :-
<div class="separator" style="clear: both; text-align: center;">
<a href="http://3.bp.blogspot.com/_UEyQ01Vm0i8/TQisHf-AN_I/AAAAAAAAAEU/NES6KNbg14c/s1600/11.jpg" rel="lightbox[Flowers]" title="title image"><img border="0" height="286" src="http://3.bp.blogspot.com/_UEyQ01Vm0i8/TQisHf-AN_I/AAAAAAAAAEU/NES6KNbg14c/s640/11.jpg" width="640" /></a></div>
- Warna merah - gambar asal(full saiz)
- Warna biru - nama gambar
- Warna hijau - gambar yang bersaiz lebih kecil











Post a Comment