n Choose Insert ??? Form ??? List/Menu to insert a drop-down menu at the current cursor position. n Drag the List/Menu button from the Insert bar to any location in the Document window and release the mouse button to position the drop-down menu. With the List/Menu object inserted, make sure the Menu option (not the List option) is selected in the Property inspector, as shown in Figure 14-7. You can also name the drop-down menu by typing a name in the Name text box; if you don??™t, Dreamweaver supplies a generic ???select??? name. 498 Adding Advanced Design Features Part III FIGURE 14-7 Create a drop-down menu by inserting a List/Menu object and then selecting the Menu option in the List/Menu Property inspector. Menu values The HTML code for a drop-down menu uses the tag pair surrounding a number of tag pairs. Dreamweaver gives you a straightforward user interface for entering labels and values for the options on your menu. The menu item??™s label is what is displayed on the dropdown list; its value is what is sent to the server-side processor when this particular option is selected. To enter the labels and values for a drop-down menu??”or for a scrolling list??”follow these steps: 1. Select the menu for which you want to enter values.