Friday, 26 December 2014

Add Multi Tabbed Navigation Widget To Blogger Sidebar


How to Install Multi Tabbed Navigation Widget on Blogger?


Follow the steps given below-

A. Adding Script Code

B. Adding CSS Theme Code

C. Adding HTML Code

Adding Script Code



How to add HTML-CSS-Javascript Codes to your Blog ? 

This is very simple and easy you only follow below steps and add this widget in your blog.

Step 1 Log-in to your BLOGGER ACCOUNT

Step 2 Backup your Template.



Edit Template HTML


Step 3 Click on The TEMPLATE>>EDIT HTML>>PROCEED.

Step 4 Now find [by pressing Ctrl + F ] this code in the template:



                    </head>

And immediately Before it, paste this code:



<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js">

</script>

<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js">

</script>

<script>

$(document).ready(function() {

$("#tabs").tabs();
});
</script>


Adding CSS Theme Code

Select One Theme and Place Theme code before </head> tag







Style 1:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/base/jquery-ui.css" type="text/css" />


,

Style 2:-



Multi Tabbed Navigation Widget
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/black-tie/jquery-ui.css" type="text/css" />


Style 3:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/blitzer/jquery-ui.css" type="text/css" />


Style 4:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dark-hive/jquery-ui.css" type="text/css" />


Style 5:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dot-luv/jquery-ui.css" type="text/css" />


Style 6:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/eggplant/jquery-ui.css" type="text/css" />


Style 7:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/excite-bike/jquery-ui.css" type="text/css" />


Style 8:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/flick/jquery-ui.css" type="text/css" />


Style 9:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/hot-sneaks/jquery-ui.css" type="text/css" />


Style 10:-


Multi Tabbed Navigation Widget

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/le-frog/jquery-ui.css" type="text/css" />

No comments:

Post a Comment