Unread 09-25-2007, 04:21 PM
Bert-Tinge
Posts: n/a
  #1  
Default Positioning Menu

Probably a silly question, but....

I have created a table which controls positioning of screen elements. I have placed my udm menu code into the appropriate cell. The udm menu appears in the top left of the screen overlaying the table elements.

How can I position the menu using the table?

Any help gratefully received.
Reply With Quote
Unread 09-25-2007, 05:03 PM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #2  
Default

Sounds like you may be positioning the menu absolutely instead of relatively.

Open up your udm-custom.js file and look for this section:

Code:
//navbar orientation

um.orientation = [
	"vertical",	// alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	"absolute",	// 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)
	];
Change the "absolute" to "relative"

You may also want to check out these demos:

http://www.udm4.com/demos/vertical-r...left-table.php

and

http://www.udm4.com/demos/horizontal...left-table.php
Reply With Quote
Unread 09-25-2007, 07:27 PM
Bert-Tinge
Posts: n/a
  #3  
Default

Thank you!

I did see this setting but wrongly assumed that the 'Nav Bar Orientation' only controlled the Nav Bar and not the menu.

Thanks Again.
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:14 PM.


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