How to make something appear in the corner
How to make something appear in the corner, it's useful to put things that are important to you, maybe a photo, hit counter, clock, calendar, ads, adsense, or widget-widget that you feel you need to show more special. How do you follow the steps below:
Find code ]]></b:skin> and put script below aboove ]]></b:skin> :
Then find code </body> and put script below above </body>
replace "YOUR WIDGET HERE" with the widget you want.
- Login to your blogger account.
- Select option Layout -> Edit HTML -> do not forget to check "Expand Widget Templates".
Find code ]]></b:skin> and put script below aboove ]]></b:skin> :
#corner_trick {
position:fixed;_position:absolute;bottom:0px; left:0px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }
position:fixed;_position:absolute;bottom:0px; left:0px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }
Then find code </body> and put script below above </body>
<div id="corner_trick">
YOUR WIDGET HERE
</a>
</div>
replace "YOUR WIDGET HERE" with the widget you want.
Comments
Post a Comment