|
|
| Drop Down Menu See the drop down menu sample at the top of the page. PART I Open the code to your webpage and paste the following Javascript into your page below the TITLE line in your code (you will recognize it because it starts with <title> and ends with </title>).
PART II Now to get the drop down menu to show on your page, you will have to place the following on your page while in the normal editing view. Click on the page where you want the image to go. Go to INSERT … drag down to WEB COMPONENT In the dialog box … drag down to the bottom to ADVANCED CONTROLS Click on ADVANCED CONTROLS and on the right click on HTML Click the FINISH button You will now have an empty “HTML Markup” box. Paste the following into the box.
Click OK.
You
will now see a yellow square with “<?>” written in it.
You can edit the OPTION VALUES in the text to change the link names and web sites. You can simple add additional OPTION VALUES to make more links. To make edits on the link names and web addresses, simple DOUBLE CLICK on the yellow square.
<form name="AutoListBox"> The formatting works best if the yellow square is place in a table to keep it aligned exactly where you want it ... otherwise it seems to want to shift over to the left margin.
|