Make your navigation a bit more flashy with this plugin… using easing and hoverIntent, customise the rollover colours, easing method and duration…
View the demo for an example…
Include in the head of your document:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.js"></script> <script type="text/javascript" src="jquery.easing.1.3.js"></script> <script type="text/javascript" src="jquery.hoverIntent.minified.js"></script> <script type="text/javascript" src="jquery.flashyNav.1.0.js"></script>
HTML:
<ul class="nav nav1"> <li><a>Home</a></li> <li><a>About Us</a></li> <li><a>Services</a></li> <li><a>Products</a></li> <li><a>Contact Us</a></li> </ul>
CSS:
ul.nav {list-style:none; margin:20px; width:300px; font-size:10px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
ul.nav li {position:relative; border-bottom:1px solid #333; display:block; height:30px; overflow:hidden}
ul.nav li a {position:relative; color:#fff; text-decoration:none; display:block; height:20px; padding:10px 0 0 10px; z-index:100; text-transform:uppercase}
Initialise the Plugin:
<script type="text/javascript">
$(function(){
$('.nav1').flashyNav({
rolloverColor: '#5400ff', //the default color of the rollover element
rolloverDuration: 1000, //the default duration for the rollover
easingMethod: 'easeInOutQuint' //easing method used for animation
});
});
</script>
Download Source Files (Demo Files Attached): jquery.flashyNav.v1.0
How can i make an html table appear on top of a myspace template. My profile has a template and when i put an html code for making a table in the music section, it disappears underneath the template..
Pingback: 15 Fresh jQuery Menu Plugins and Tutorials
Pingback: Web Development articles, tutorials, help » Blog Archive » 15 Fresh jQuery Menu Plugins and Tutorials
Pingback: Плагины jQuery для создания меню (15 уроков)
Pingback: 15 Fresh jQuery Menu Plugins and Tutorials | WP Plates! | Wordpress Themes
Pingback: 15個jQuery for Menu下載與教學 « 我是派
Pingback: 15 Newest Menu Plug-ins and Tutorials for jQuery | DesDevWeb
Pingback: 15 Fresh jQuery Menu Plugins and Tutorials « Yoyo142's Blog
Pingback: 15 Fresh jQuery Menu Plugins and Tutorials | JqueryHeaven
Pingback: 转载-推荐15个jQuery Menu插件和教程指南 | iluther-专注web技术