Fancy Navigation Menu Demo
How To Add Animated Fancy Navigation Menu using Jquery in Blogger/Blogspot
- Go to Blogger Dashboard --> Layout -->Add a Gadget
- Select LinkList Gadget and Leave Title Field as Blank
- Now add some links and save the gadget
- Now save it
- Now click on Edit LinkList Widget Once again, And Copy Widget ID From URL like in Image
- Here is LinkList2 is the widget ID
- Now Go to Blogger Dashboard
- Click on DropDown Menu and select Template
- Backup your Template before making any changes to your blog
- Now Click on Edit HTML --> Proceed --> Expand Widget Templates
- Press Ctrl + F and search the code shown below
</head>
- Now replace it with the code shown below
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
- Note Do not add this code if your template already contain
- Now Generate your Widget Code then Paste it above/before </head> tag in your template
No Comments
Click to Add a New Comment