Postingan

Menampilkan postingan dengan label Widget

Menu Bar With jQuery For Blogger

Gambar
In this tutorial im gonna explain how to add Bouncing   with jQuery.It  have nice hover effect. Every menu are different  with colors. Im   using   jQuery and  HTML,  Just check out demo.Its easy to add to blogger. get my all menu bar here 1. Log in to blogger account and Click drop down. 2. Now select " Template " Like Below. 3. Now you can see Live on blog, Click EDIT HTM L Button" 4. Now click Proceed button.     5. Find this tag by using Ctrl+F    </head> 6. Paste below code Before </head> tag <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js?ver=3.2.1' type='text/javascript'/> <script src='http://bloggertrixcode.googlecode.com/files/jquery.easing.1.3.js' type='text/javascript'/> <script src='http://bloggertrixcode.googlecode.com/files/animated-menu.js' type='text/javascript'/> 7. Go to blogger and click Layout 8. Click Add Gadget and select ...

Cool Breadcrumbs Navigation

Gambar
A breadcrumb navigation allow users to know where they are in a hierarchical structure and navigate back to higher-level pages in the hierarchy. Also, the breadcrumbs can reduce the number of actions a user need to perform in order to navigate back. So, to keep it simple, if you have a website with lot of pages and sub-levels, in order to increase usability, you need to use breadcrumbs. Having said that, today you’ll learn how to create your own cool CSS3 breadcrumbs. The HTML Tha markup is simple and minimal, based on an unordered list. <ul id = "breadcrumbs-one" > <li><a href = "" > Lorem ipsum </a></li> <li><a href = "" > Vivamus nisi eros </a></li> <li><a href = "" > Nulla sed lorem risus </a></li> <li><a href = "" > Nam iaculis commodo </a></li> <li><a href = "" class = "current...