PDA

View Full Version : Literature needed



Cassiopeia
26 Mar 2010, 05:48 PM
Can someone point me in the direction of some online tutorials of the following:

I'm trying to created a drop down menu with either Javascript or CSS (I really don't care which but I think javascript would be better) where the menus are on a linked page. But I'm not sure how to get the browser to know where to place the menu. I've only ever done an external CSS pages before.

so if someone has some literature they can point me towards to learn to do this I'd appriciate it.

Thanks all.

designjockey
26 Mar 2010, 07:34 PM
Superfish = http://users.tpg.com.au/j_birch/plugins/superfish/#examples

Best drop down menu I've used alternatively u could code one yourself using mouseenter, mouseleave, mouseclick events.

But Superfish should do the job well