Hello,

I used DW CS3 and photoshop to create a few sites. Currently I create spliced layout in PS and create the rest of the page in DW. Very simple generally..

However, I'm wondering how I would anchor or fix a drop-down style menu to my page. See wwwDOTomarimckenzieDOTcom Here I have some buttons for navigation, this is generally OK but I'd like to have a drop down menu that was anchored instead.

Please advise.

Appreciated.

Recommended Answers

All 2 Replies

Help?

Off the top of my head, I'm pretty sure you must use:
<select>
<option> whatever you want in drop down menu</option>
repeat this for as many items you want in the drop down menu.
Be sure to enclose all of these items in option tags.
Also make sure to close your select tag.
Hope this examples helps.

<select name = "toppings">
		<option> Pepperoni </option>
		<option> Suasage </option>
		<option> Peppers </option>
		<option> Garlic</option>
</select>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.