MyBB Community Forums

Full Version: Fading rollover effect for the navigation bar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone suggest how people achieve a fading in and out effect on their navigation items when you roll over them? I have seen it done without flash but i cannot figure out how it is done (and at the moment can't find any examples :s).

I figure it is done with javascript but the only way i can think of is running an onmouseover that runs through say 10 images with different opacities.

Can anyone suggest how it is done or a tutorial on how to do it?
I have looked quite extensively but have found no where that is really what i am after.

Edit: I assume it uses a similar technique to this http://wpjunction.com/themes/corporate/ so i suppose i just use the JQuery library to do it.
Jquery will definitely help you achieve this. You can use the slideUp(), slideDown, fadeIn(), fadeOut() functions to achieve this. Alternatively, you can visit the jquery manual http://docs.jquery.com
Thankyou Imaad, It is also help ful for me
Thanks once again