PDA

View Full Version : Nav bars with drop down menus


D3adcell
01-24-2009, 06:55 AM
Is it possible to have one of these without having the entire page be done in flash?

I watched a video tutorial on youtube of how to make a nav bar in flash with drop down menu's, though if you export the file and try to put it into an html file (i'm using dreamweaver) it uses the entire canvas for the flash object. So you can't have any thing below the drop down menu basically.

Does anyone know of a way to do this without having it take up so much space and still being able to have the page be in HTML?


Here is the video http://www.youtube.com/watch?v=VHVYWcNitq4&feature=channel_page

BugenhagenXIII
01-24-2009, 05:11 PM
Javascript can do it, and I think CSS can, but I'm not sure on that one. AJAX can also do it.

Check out http://devsnippets.com/reviews/10-brilliant-multi-level-navigation-menu-techniques.html for some examples.

frosty
01-24-2009, 05:38 PM
I used to have one on my page that did that. download xara webstyle and you'll get a bunch of pre-made templates that you can customize for the look of your site. it's the most user friendly way to go about it.

D3adcell
01-25-2009, 07:55 AM
Thanks a bundle bugenhagen.