Ever seen some excellent jQuery navigation that left you wanting to make one of your own? Today we’ll aim to do just that by building a menu and animate it with some smooth effects.
via How to Make a Smooth Animated Menu with jQuery | Build Internet!.
So, in this tutorial, we will learn how to create a scroll menu. We will achieve the following objectives:
* Keep html as simple as possible, and let jQuery and CSS do the rest.
* Scoll up and down according to mouse-Y axis
* Use jQuery.color plugin to animate the background-color changes – download jQuery.color
(Yes, you will need [...]
I was about running of ideas in tutorials, picking my own brain, and finally, I’ve almost forgotten the awesomeness of accordion. Yes, we will be creating a Accordion! Accordion has several characteristics:
* Normally, the menu is displayed vertically (I have seen a horizontal one though)
* Click on an item, it will expand its submenu and [...]
Hi there welcome to another tutorial, in this tutorial il show you how to create a sliding menu button using jquery. You can see the effect in action over on the PSDtuts webpage in the top right hand corner.
via Photoshop Tutorials – HV-Designs.co.uk.
short jQuery tutorial on how to achieve fading hover effects. I will demonstrate how to perform colour and image merging. We will be using jQuery and the jQuery Colour plugin.
When I first wrote something like this, I set a background div to fade in on mouse hover, and fade out on mouse leave. I found [...]
Drop down menus are a really convient way to fit a large menu into a really small initial space. For a long time people have just used a form element for standard drop downs, but with minimal effort you can create a much slicker effect using jQuery and CSS.
via ClarkLab » Animated Drop Down Menu [...]
Since I wrote my last tutorial on how to create a CSS only multilevel dropdown menu I got a lot of visitors who wanted to know how I created the main navigation of kriesi.at. (a so called kwicks menu) The interest in extraordinary menus seems to be high nowadays, so today I will teach you [...]
As most security experts will tell you, the user is always the weakest link. The most secure of systems are vulnerable when a user chooses an extremely ill-advised password. With that in mind, the recent trend seems to be providing quick feedback to the user regarding the strength of the password so the user can [...]
Check if jQuery is Loaded.
November 10, 2009
0