Okayy here got some tutorial I wanna share with you guys.
Maybe ramai yang dah buat, ada yang suka, and some of them not.
1. Dashboard > Design > Edit html > tick Expand Widget Templates
2. cari code ni :
3. copy code bawah ni past di atas / sebelum :
/* to top */
#toTop { width:100px;background:none;border:0px solid #ccc;text-
align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-
decoration:none; }
</style></head>
<script language="javascript" type="text/javascript">
/* toggle() checks to see if the images has already been faded
or not and sends the appropriate variables to opacity(); */
function toggle(el,milli) {
// Get the opacity style parameter from the image
var currOpacity = document.getElementById(el).style.opacity;
if(currOpacity != 0) { // if not faded
fade(el, milli, 100, 0);
} else { // else the images is already faded
fade(el, milli, 0, 100);
}
}
/* changeOpacity() uses three different opacity settings to
achieve a cross-browser opacity changing function. This
function can also be used to directly change the opacity
of an element. */
function changeOpacity(el,opacity) {
var image = document.getElementById(el);
// For Mozilla
image.style.MozOpacity = (opacity / 100);
// For IE
image.style.filter = "alpha(opacity=" + opacity + ")";
// For others
image.style.opacity = (opacity / 100);
}
/* fade() will fade the image in or out based on the starting
and ending opacity settings. The speed of the fade is
determined by the variable milli (total time of the fade
in milliseconds)*/
function fade(el,milli,start,end) {
var fadeTime = Math.round(milli/100);
var i = 0; // Fade Timer
// Fade in
if(start < end) {
for(j = start; j <= end; j++) {
// define the expression to be called in setTimeout()
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
// setTimeout will call 'expr' after 'timeout' milliseconds
setTimeout(expr,timeout);
i++;
}
}
// Fade out
else if(start > end) {
for(j = start; j >= end; j--) {
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
setTimeout(expr,timeout);
i++;
}
}
}
</script>
<div class="input" onClick="javascript:toggle('wise', 3000); this.style.display='none';
document.getElementById('june').style.display=''">
<img src="LINK IMAGE"
style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=40"/>
</div>
<div id="wise" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0;">
<div id="june" style="display : none;">
<body>
Kat "LINK IMAGE" yang berkaler merah tu.
Tukarkan dengan code pada gambar-2 yang berminat. ( height : 500 width : 760 )

http://i580.photobucket.com/albums/ss248/pija280195/freebieswelcomenotepurple.png
http://i580.photobucket.com/albums/ss248/pija280195/freebieswelcomenoteblue.png
http://i580.photobucket.com/albums/ss248/pija280195/freebieswelcomenotepink.png

http://i1221.photobucket.com/albums/dd465/nurathirahcopyright/Freebies2.png


credit: n u r h a f i z a h p i j a . b l o g s p o t . c o m

http://i1221.photobucket.com/albums/dd465/nurathirahcopyright/Freebies1.png

http://i1221.photobucket.com/albums/dd465/nurathirahcopyright/Freebies2.png
credit: p u s h e e n l o v e r . b l o g s p o t . c o m
Click on LIKE button or leave your comment. TQ
Here got some more!
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOrnHymuzPcTJ_KBBOrKlOEf8_BRxLutFsi_aijsa6hUMt7WUz4g9oCC0gXWe_QhvV9As60XGQt0XGZr6vPGtdPA9G33o0wAjFtu1GnY5ry80XYMH6hCL4wxmv3yT6McLKWk0VaTf6G3DL/s1600/Welcome+Note+2.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcgNp4jftic0NVo-DrbP9QHiS5Ag0mDpZnwXRhSwT-57F9RhBy1FpyKlYm-Ybb_D2uOC0LIoPu_bxPdhEQY6OOyxwGU-kBV8toLeSUbXNRITP03qfOm390cz-YrhwstA11LdfWq-0218rN/s1600/Welcome+Note+3.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnmoVJp8tKcMlVz9C0gnVNFRMIP0kmmnR2E0SY8LMXxjOvhnPXz19pRHkXBY7hQsfNbiEUyFjQ0oz0g6DtacKBSnDGwAg8lvg6F-zlVp1jZZO3OvMQITBkOJpVov5BYwImB_Ijk5QdXr54/s1600/Welcome+Note+4.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjS_BI9c0Hzas8bxMYuZCRXCyhYDhogjmFJwbwyuwL_h1bGuLOY009RToTLwDiuUjbOmLsIcwOYeRCuL-11C_LPLQIP4evrjqKlk_5Xi3ELwzDhK1Ga53qnCRiTr9oglaWH9biPCkKQr_f3/s1600/Welcome+Note+Pink.png
credit: w w w . f i z g r a p h i c . c o m
Preview and Save the Template. Okay done! Enjoy it guys.
2 comments:
dah berjaya buat :)
tq atas tuto yg mudah di fahami
apa tajuk lagu dalam blog nihh? best laa
Post a Comment