Create roll effect, when opening Blogs
Posted by
tipsyournet
Labels:
BLOG
This post is a tutorial made by tipsyournet, when you open a blog, then blog page will rotate.
1. Layout- edit HTML
2. search code <head>
3. put the above code <head>
1. Layout- edit HTML
2. search code <head>
3. put the above code <head>
<script type='text/javascript'>
//<![CDATA[
scrW=screen.availWidth
scrH=screen.availHeight
window.resizeTo(10,10)
window.focus()
for(a=0;a<80;a++){
window.moveTo(0,0)
window.resizeTo(0,scrH*a/80)
}
window.resizeTo(0,0)
for(b=0;b<80;b++){
window.moveTo(0,scrH/1)
window.resizeTo(scrW*b/80,0)
}
for(c=0;c<80;c++){
window.moveTo(scrW/1,scrH/1)
window.resizeTo(0,scrH*c/80)
}
for(d=0;d<80;d++){
window.moveTo(scrW/1,0)
window.resizeTo(scrW*d/80,0)
}
for(e=0;e<80;e++){
window.resizeTo(scrW*e/80,scrH*e/80)
}
window.moveTo(0,0)
window.resizeTo(scrW,scrH)
//]]>
</script>
Thus tutorial from tipsyournet, is there any questions?
Grab this Widget ~ Blogger Accessories Custumized by Yuniarto Rahardjo
Post a Comment