Cheap Electricity - Loans - Loan - Loans
Drop-down menu [Archive] - Threeboy Forums

PDA

View Full Version : Drop-down menu


jay
07-24-2005, 11:35 AM
First of all, hello.

After looking around trying to find decent tutorials on how to create a drop-down menu I've decided I'll just ask instead. I've noticed on the C4 Group and PVL Nutrients websites that there is a menu, I'm looking to create a similar sort of thing. Just wondering what techniques people have used in the past, javascript and DHTML? I've tried using NavStudio by OpenCube but although it is good I was just wondering what other people were doing.

Thanks for any advice

Jay

Jamblo
07-24-2005, 11:53 AM
If you've got dreamweaver, create some layers (which are just div tags with absolute positioning) and highlight the link you wish to activate the drop down. In the behaviours palette you'll find the option to hide/show layers. Choose onmouseover/onmouseout for hide/show.

if you've not dreamweaver, your best bet is to just look at the source code and try and duplicate it.

Threeboy
07-24-2005, 03:03 PM
I nabbed the code from dynamic drive

http://www.dynamicdrive.com/

^__^

jay
07-25-2005, 04:16 PM
And I thought it was just me who did things like that