PDA

View Full Version : Positioning the Menu


jayman2
12-26-2008, 02:48 AM
I installed the html vertical menu on my website, but it's at the upper left-hand corner of the page. Could someone please tell me where I would go to change the position of the menu. I want to place it lower down the page and a little bit to the right.

Thanks in advance.

vinyl-junkie
12-26-2008, 03:01 AM
One way of doing this is to use CSS to position your menu. If you post a link to your site, perhaps we could offer some other alternatives.

colech
12-30-2008, 12:16 AM
The menu will typically be positioned wherever the container it is in is placed on the page. So for example you need CSS to position mainMenu:
<div id="mainMenu">
<ul id="udm" class="udm">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
</div>