here i created a menu for this blog .
Posted by Admin at 5.2.10
hmm , after seeing so many scripts and so many features, blogger has amazed me with the flexibility it has provided for a user. all you have to remember is that you can do anything in blogger once you start exploring the HTML of your blog, but be sure to save your template before hand so that you can restore it when you mess it up.
Today, i decided to Write this tutorial To add a Drop Down Menu to your blog .
so starting with the basics, just login to your blogger account , select a blog , click on the layout , click on the page elements tab and click on "add a Gadget" button.
now follow the procedure :-
1. Click on HTML/Javascript option (usually the fourth from top) . click on Add to blog .
2. Copy the Code below and paste it in the gadget area .
4. Save the Gadget and thats it .
5. Your Blog is now incorporated with a customized Drop down menu !
result :- See the result in the next post
UPDATE :- You can view the Drop down menu HERE
Posted by Admin at 5.2.10
You might not be understanding this. let me explain it to you .
What is Hover color?
hover color is nothing but the color in which the link turns , when you put your mouse over a link .
Normally it would show one color on many sites but to make your blog more funky or cool , lets make it turn into rainbow colors . for example see this :- just hover your mouse over the link Blogger Tutorials
See the change of colors?
Follow the procedure to get this onto your blogger blog .
1. Download this script called Rainbow . ( from here : http://uploads.bizhat.com/file/252996 )
2. Extract the file and host the javascript file (.js file)
3. Note down the URL of the hosted JS file and
4. Make a script source code like this
<script scr='URL'/>
5. Replace the URL with the URL of the hosted JS file.
6. Goto Dashboard > EDIT HTML > and then search for
</head>
7. Copy the abover script code just before the </head> code.
8. That's it your blog is ready to shine with rainbow colors
Posted by Admin at 5.2.10