I downloaded this script from
click link for the exact files I am blabbering about
dynamicdrive
I was able to manipulate the menucontext.js so ithe menu had the content I wanted
How do I manipulate the menu.js
so that instead of the menu being put into
a table at the top of the page
I can have the menu work in
a div tag example
<div id="photos"><a href="url"> PHOTOS</a></div>
so that the menu is placed where the div tag has been set to appear on the screen
basicly I want to put the menu anywhere on the page and not in a table at the top THANKS
click link for the exact files I am blabbering about
dynamicdrive
I was able to manipulate the menucontext.js so ithe menu had the content I wanted
How do I manipulate the menu.js
so that instead of the menu being put into
a table at the top of the page
I can have the menu work in
a div tag example
<div id="photos"><a href="url"> PHOTOS</a></div>
so that the menu is placed where the div tag has been set to appear on the screen
basicly I want to put the menu anywhere on the page and not in a table at the top THANKS
Comment