| This script is extremely easy
to customize. To edit the contents of the menu, simply change the text and urls
of the code in Part 2. If you wish to change the physical width of the
menu, change the width value inside the <style> tag of Part 1.
Each <div> supports a target attribute,
which you define if you wish the particular menu link to launch in a different or new
window. For example:
<div
class="menuitems" url="index.htm">Dynamicdrive.com</div>
<div class="menuitems" url="new.htm" target="newwin">What's
New?</div>
<div class="menuitems" url="hot.htm">What's Hot?</div>
This will cause the second link to be loaded in window
"newwin". |