Log in

View Full Version : Underline type menu...example



africano
12-17-2008, 07:06 PM
Hi, I need a menu like the one found on this website, Id like to achieve the same result.
http://www.36one.net/

Is this example done with javascript?

How can I achieve the same effect...css...javascript?

Well if someone has such a menu cheers, if not could someone point me to a tutorial?

Cheers!

Snookerman
12-17-2008, 10:30 PM
This one looks similar:
http://www.dynamicdrive.com/style/csslibrary/item/underline-horizontal-menu/ (http://www.dynamicdrive.com/style/csslibrary/item/underline-horizontal-menu/)
If you want the fading effect, you could achieve that easily (http://blog.themeforest.net/tutorials/jquery-for-absolute-beginners-day-2/#more-694) with jQuery (http://jquery.com/).

africano
12-18-2008, 02:25 PM
Hi, thanks! should I use the css menu and then use jQuery for the fade...or use jQuery for the whole menu?

Snookerman
12-18-2008, 02:54 PM
I would do it from scratch with jQuery, if you watched the tutorial I posted you should see how easy it is. Give it a try and if you encounter any problems post back.