New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/responsive-jquery-css3-navigation-plugin/
Responsive jQuery css3 Navigation plugin
Download  Demo
This Responsive jQuery & css3 Navigation plugin dropdown menu has it all. drop down menu structure will keep your users on target. dropdown menu is easy to edit and integrate into any website. dropdown menu has 12 Theme colors, each theme can be used separately without any connection with the others and very easy to update new navigation theme. Menu is responsible and adapts to the screen of the device(computer monitor, tablet, mobile phone) ! also you can use tool trip and multi color on each navigation.
1. INCLUDE CSS AND JS FILES
<link href="scriptsellMenu.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script type="text/javascript" src="js/scriptsellMenu.js"></script>
2. HTML
<ul class="nav1"> <li><a href="#">Home</a> <ul> <li><div style="padding-bottom:1px">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, Lorem Ipsum has been the industry's </div> </li> </ul> <ul> <li><a href="#">item1</a> </li> <li><a href="#">item2</a> </li> <li><a href="#">item2</a> </li> </ul> </li> <li><a href="#">Single dropdown</a> <ul> <li><a href="#">dropdown-1</a></li> <li><a href="#">dropdown-2</a></li> <li><a href="#">dropdown-3</a></li> <li><a href="#">dropdown-4</a></li> <li><a href="#">dropdown-5</a></li> <li><a href="#">dropdown-5</a></li> <li><a href="#">dropdown-5</a></li> </ul> </li> <li><a href="#">Gallery</a></li> <li data-align="right"><a href="#">Contact us</a> <ul><li> <form> <label>Name</label> <input name="name" placeholder="Type Here"> <label>Email</label> <input name="email" type="email" placeholder="Type Here"> <label>Message</label> <textarea name="message" placeholder="Type Here"></textarea> <input id="submit" name="submit" type="submit" value="Submit"> </form> </li></ul> </li> </ul>
3. JAVASCRIPT
$(document).ready(function () $(".nav1").scriptsellMenu( animationSpeed:150, animationForm:'top', theme:'light-brown', animation:'slide', arrow:true, tooltrip:'bottom', hoverelements:'<span>', responsivemenutext:'Reponsive menu', dropdownWidth:250, menuheight:37, deviceswidth:768 ); );
















