Cara membuat Welcome Image

Kamis, 01 Maret 2012

Langkah 1 ( Cari Kode )

Design > Edit html > Tick Expand Widget Templates > ctrl+f
Selepas itu cari ]]></b:skin>

Langkah 1 ( Masukkan Kode )





3. selepas itu, copy code bawah nie dan paste di atas code kita cari tadi.

</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=''">
<center><img src="URL IMAGE ANDA"
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"/></center>
</div>
<div id="wise" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0;">
<div id="june" style="display : none;">
<body>


Yang warna kuning tue letak URL image.
Selepas itu klik Save Templates.


Pilihlah gambar2 yang anda berminat.



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

Photobucket
http://i580.photobucket.com/albums/ss248/pija280195/freebieswelcomenotepink.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

Photobucket
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

Here got some more!

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRiriyKYK9V5h0plKi93iqdOZOM99ia7td6MyWfcxDB7K92ACEmk1xpECg3jPNcO2jaIREjmr1-iKQ60AaJ9OfqzLKeBYHcwMa9ehFNadRHdQZm849fN9r3rRS_j_0DHvTd049PXUmyUr-/s1600/Welcome+Note+2.png

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNeCuzCFWvr09Gi4YbUjXMhz0xfBGnyaBZxPoEMeFfU3AS_BRxLaAXNL46eKxbV_vkhRrqNOq8t5r-Abp9PhsI7s0ZKXvV2W9QxHQKCRJNIN5spB2hMrko3PnHWUq81Y09QLfFdF3qUTwN/s1600/Welcome+Note+3.png

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpNB8ud_2v0HM84V2DDJcBO8xmWjFqb5Li_ew7Nk2n0vfJu8wPAoZP0_m_jEQ6-sU2DSKIIw8fRbPylfzuEN94rVRwkZRBlyy2sXFT1nADdJeKIFEmz5OcXUNfuTV4IVHgXwQkUN5-lKdC/s1600/Welcome+Note+4.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidOGIKQ1cPq6W0xTYWVxNuCEZ7jRXVZcpu_5gbFKAbPqyhU_6pBnnyPsw5Ne4uiWMFJqSuIzUkwQmCPW1rTuTcF2o_6M-ALiEFimDZvCKlFzPNoVpCkvsMKV3PAipA0B0vFZcYtMftWt8p/s1600/Welcome+Note+Pink.png

credit: w w w . f i z g r a p h i c . c o m
http://i.imgur.com/9qos6.png

http://i.imgur.com/77ESW.png


http://i.imgur.com/8iOw6.png


http://i.imgur.com/80cHf.png


http://i.imgur.com/cLWZ1.png

http://i.imgur.com/VC5pj.png
Share

0 comments:

Posting Komentar

>