Unread 12-26-2008, 02:48 AM
jayman2
Posts: n/a
  #1  
Default 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.
Reply With Quote
Unread 12-26-2008, 03:01 AM
vinyl-junkie vinyl-junkie is offline
Moderator
Join Date: Aug 2007
Posts: 114
  #2  
Default

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.
Reply With Quote
Unread 12-30-2008, 12:16 AM
colech colech is offline
Junior Member
Join Date: Nov 2008
Posts: 20
  #3  
Default

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>
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 03:56 PM.


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