05 February 2013
Fancy CSS3 & jQuery Lavalamp Menu For Blogger
Tuesday, February 05, 2013
By
Imtiaz Ahmed
Blogger Tips,
Blogger Widgets,
Blogger Widgets and plugins,
Tips And Tricks
No comments
Hello :
I have shared two jQuery menus on HelperBlogger so far,first one was Smooth jQuery Drop Down Menu Version 1 and second one was Version 2.This
time I am sharing an amazing CSS3 & jQuery lavalamp menu and as
mentioned in title it works with CSS3 and jQuery.You can use this menu
in 6 colors by just changing a word in the HTML code.This menu is
designed by Insidesigns
and I have bloggerized it to works perfectly with any blogger blog.Now
lets go to the tutorial and see how to add this menu to blogger blog.
How To Add This Menu TO Blogger?
For easy understanding I am dividing the tutorial in three parts & they are as below,
- Adding Scripts
- Adding Styles
- Adding The Menu
1. Adding Scripts
- Go to Blogger Dashboard > Template
- Click on Edit HTML
- Hit Proceed
- Find below code in your template
</head>
add below code just above it,(If you have already added a jQuery library to your blog then delete the highlighted code)
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
2. Adding Styles
Now find below code,
]]></b:skin>
add below CSS code immediately before it,
3. Adding The Menu
Now come to Page Layout
- Now come to Page Layout
- Click on Add a Gadget (Below Header)
- Choose HTML/JavaScript
- Copy and paste below code inside it,
<div class="lavalamp dark">
<ul>
<li class="active"><a href="">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contacts</a></li>
<li><a href="#">Back to Article</a></li>
<li><<a href="#">How it Works?</a></li>
</ul>
<div class="floatr"></div>
</div>
- Replace # with the links
- Replace Home,About,Blog. etc. with your link text which you want to appear on the menu.
- If you want to change background color of the menu then replace <div class="lavalamp dark"> with one of the code below.
<div class="lavalamp"> | ![]() |
<div class="lavalamp magenta"> | ![]() |
<div class="lavalamp cyan"> | ![]() |
<div class="lavalamp yellow"> | ![]() |
<div class="lavalamp orange"> | ![]() |
<div class="lavalamp dark"> | ![]() |
Finally save your widget and you are done.
I have tried my best to keep this tutorial as easy as possible,if still you are getting any single problem then feel free to share it below via comments,I will try to give reply as soon as time allows.
Peace and Blessings Buddies :)
0 comments:
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. Please do not spam Spam comments will be deleted immediately upon our review.
Regards,
Imtiaz Ahmed