jamesaspey
11-15-2002, 11:02 PM
Does anyone know where i might get one?
![]() | View Full Version : Drop down menu jamesaspey 11-15-2002, 11:02 PM Does anyone know where i might get one? jtrovato 11-16-2002, 04:40 AM me too me too, I am using dreamweaver MX and it has a built in menu maker. It's great but I want to create it dynamically.. John debug 11-16-2002, 06:48 AM http://www.dhtmlcentral.com/projects/coolmenus/v3/examples/ summcat 11-16-2002, 09:21 AM Yes, but what would you like this to be in? (flash, css, etc....) Acronym BOY 11-16-2002, 10:23 AM To go about it the CSS way, you need to start simple, with something that Eric Meyer did here: http://www.meyerweb.com/eric/css/edge/popups/demo.html Again I say it again: no Javascript was used in the making of this page. So check out how they look here: http://www.scansped.co.uk/new/index.html though as you can tell, that part is undercontruction, but you can still see that yes it does work. And look at the thread here about it: http://www.ozoneasylum.com/Forum8/HTML/000382.html Hope that helps. Bulldog 11-17-2002, 03:33 AM Yah, gotta be more descriptive. A "drop down menu" can be anything from an elaborate Flash setup to <select name="dropdown"> <option value="i suck">i suck</option> <option value="no, I SUCK">NO I SUCK!</option> </select> |