Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:37
Relatively positioned vertical ??
Poster: sticks
Dated: Thursday March 18 2004 - 23:10:41 GMT
Hi. I'm looking at purchasing this menu but just want to confirm that I can create a vertical menu that is relatively positioned, that is table bound.
Thanks for your advice, Sheryll.
Poster: kevin3442
Dated: Thursday March 18 2004 - 23:45:40 GMT
Hi Sheryll,
Should be able to do it. Try downloading the relatively positioned/table bound sample. Unzip the sample to a folder, then edit the menu.htm file, removing the following line:
Code:
orientation="horizontal";
That should change it to a vertical menu (the default orientation). You could also change the line to read
Code:
orientation="vertical";
Should have the same effect.
Hope that helps,
Kevin