drop down nenu button

S

Steve Easton

Insert > Form > Drop Down Box.
However if you're looking for just the drop down arrow paste this in the
page in Code view:

<select>
<option value="" >name1</option>
<option value="" >name2</option>
<option value="" >name3</option>
</select>

Add "options" and change the visible name1 etc as desired.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top