How To add Fixed merry Christmas Banner widget in Blogger (Blogspot) blog





How To add Fixed merry Christmas Banner widget in Blogger (Blogspot) blog?We are nicely into December now and it's time for another gadget to add some Christmas Cheer to your blog.In this post i have a stylish Merry Christmas Banner you can fix in the top right corner of your blog to greet your readers.The banner is transparent so it wont block your content and as the reader scrolls the banner followers them.A great simple way to wish your readers a Happy Christmas.So, You can add it to your blog.



The tutorial is simple and as you just add the code to a gadget you can easily remove it after Christmas.



In your Blogger dashboard click > Design > Add A Gadget > Choose 'Html/Javascript' :



Copy and paste the following code into the Html/Javascript gadget :


<div id="sspeakerbanner">

<img src="http://i43.tinypic.com/2hd5zki.gif" />

</div><style>

#sspeakerbanner{

position:fixed;

right:0px;

top:0px;

}

</style>



Make Banner Non-sticky (It won't follow you when you scroll down)

Use this code instead


<div id="sspeakerbanner">

<img src="http://i43.tinypic.com/2hd5zki.gif" />

</div><style>

#sspeakerbanner{

position:absolute;

right:0px;

top:0px;

}

</style>

Save the gadget and you gadget is in place, Easy

Subscribe to Get Newest Articles By Email!

Follow us!

0 comments:

Post a Comment