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.
Relatively positioned vertical ??
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:
That should change it to a vertical menu (the default orientation). You could also change the line to read
Should have the same effect.
Hope that helps,
Kevin
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: Select all
orientation="horizontal";
Code: Select all
orientation="vertical";
Hope that helps,
Kevin