Go Back   Ultimate Web Site Drop Down Menu Forum > Web Development > Javascript
Register FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Display Modes
Unread 10-29-2007, 08:02 PM
JSRooky JSRooky is offline
Junior Member
Join Date: Oct 2007
Posts: 14
  #1  
Default

Hi again bcarl314,
I have loaded the menu until tomorrow, so please if you have time today, give a help with it.
On the menu go to the second option that says Vision and at the end you'll see the option curriculum with a child that says Program & Study. This is where I want to add a child to this Program & Study option.
Can you please help me?
I forgot to post the link to my website: http://www.issosua.com

Last edited by JSRooky : 10-29-2007 at 10:53 PM.
Reply With Quote
Unread 10-30-2007, 04:03 AM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #2  
Default

Hi,

I've taken a look at your site, and unfortunately, the udm3 code base does not support sub-sub menus. I'd recommend upgrading your menu to udm4. The udm4 system uses <ul> / <li> html to allow for unlimited sub menus.
Reply With Quote
Unread 10-30-2007, 01:01 PM
JSRooky JSRooky is offline
Junior Member
Join Date: Oct 2007
Posts: 14
  #3  
Default

Hi again bcarl314,

Thanks a lot for your help. Is there any documentation for the UDM4, so I can learn how to installed and make it work the way I have it now?
I need to know how to set the position of the bar and color.
And I can't find where the titles of the menus, submenu and childs are.

Last edited by JSRooky : 10-30-2007 at 01:42 PM.
Reply With Quote
Unread 10-30-2007, 03:55 PM
Admin
Posts: n/a
  #4  
Default

There's a good amount of documentation on this site. Some links to get you pointed in the right direction...

Quick Start Guide:
http://www.udm4.com/manual/quickstart/

Downloadable versions of the manual:
http://www.udm4.com/manual/downloads/

Manual pages:
http://www.udm4.com/manual/

Hope this helps.
Reply With Quote
Unread 10-30-2007, 06:55 PM
JSRooky JSRooky is offline
Junior Member
Join Date: Oct 2007
Posts: 14
  #5  
Default

Hi Admin and thanks for your reply,
I've been searching on the manuals the option to change the position of the menu bar because I want to have it right where I have my bar menu on my web page. Can you please help me on this?
Reply With Quote
Unread 10-30-2007, 10:22 PM
Admin
Posts: n/a
  #6  
Default

To position the menu, you can simply add the appropriate HTML where you would like the menu to display. Then in the udm-custom.js file, look for this code:

Code:
//navbar orientation 
um.orientation = [ 
    "horizontal",    // alignment ["vertical"|"horizontal"|"popup"|"expanding"] 
    "left",        // h align ["left"|"right"] 
    "top",        // v align ["top"|"bottom"] 
    "relative",    // positioning ["relative"|"absolute"|"fixed"|"allfixed"] 
    "0.5em",        // x position ["em"|"ex"|"px"|"0"] 
    "0.5em",        // y position ["em"|"ex"|"px"|"0"] 
    "1000",        // z order ["0" to "10000"] (menu takes 20000 headroom) 
    ];
You'll probably want the alignment to be horizontal and the position to be relative.
Reply With Quote
Unread 10-31-2007, 03:47 AM
JSRooky JSRooky is offline
Junior Member
Join Date: Oct 2007
Posts: 14
  #7  
Default

Hi Admin,
With the UDM3 I think i never had to do the HTML positioning stuff. Can you please send me an example because I'm kind of new on this and what I did with the UDM3 was totaly different.
This is my website in case you want to take a look at it and see where I have my menu right now. That's exactly where I want to position the UDM4.
http://www.issosua.com
One more thing: Do i have to make all the menu changes on every page in my website or there's a dinamically way to do it only by making the change in one file and have all of my pages changed?
Reply With Quote
Reply



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 10:44 PM.


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