Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   Troubleshooting (http://www.udm4.com/forum/forumdisplay.php?f=12)
-   -   Positioning the Menu (http://www.udm4.com/forum/showthread.php?t=4619)

12-26-2008 02:48 AM

Positioning the Menu
 
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:
Code:

<div id="mainMenu">
  <ul id="udm" class="udm">
    <li>...</li>
    <li>...</li>
    <li>...</li>
  </ul>
</div>



All times are GMT. The time now is 08:02 PM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.