Now add best cool sneaks tabbed navigation menu in your blog.
Follow simple step to adding this menu to your blogger--->>>>
* First go to your blogger Dashboard.
* Click in design tab and edit HTML now,
* Click small box for expand your blogger template.
* Find this code </head> with CTRL+F key.
* Now copy below code and paste before </head> tag
Follow simple step to adding this menu to your blogger--->>>>
* First go to your blogger Dashboard.
* Click in design tab and edit HTML now,
* Click small box for expand your blogger template.
* Find this code </head> with CTRL+F key.
* Now copy below code and paste before </head> tag
<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(); }); <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/hot-sneaks/jquery-ui.css" type="text/css" />
* Now save your template.
* After doing this go to blogger dashboard and click design tab you are now here--->>> Add page element
* Click in add gadget and when open new window select HTML/JAVASCRIPT from menu.
* When open new blank box copy below code and paste in blank box.
<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 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(); }); <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dot-luv/jquery-ui.css" type="text/css" /> <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dot-luv/jquery-ui.css" type="text/css" />
* Now save you are done
Note: Replace Tab,Your text or script here with your content.
0 Responses So Far: