PDA

View Full Version : Menu Inside Table


jmashore
01-26-2008, 07:03 PM
The menu displays it's in the upper left hand corner of my page and outside of the table I have placed the code in. I assume there must be some additional configuration that must be done to tell the menu to appear within the Table ?

TIA
J

vinyl-junkie
01-27-2008, 02:24 AM
Your menu should appear in whatever container you place it in, whether a table, a div or something else. If you're having trouble getting your menu to display correctly, post a link to your web page or else post your code so we can have a look and try to help you.

Admin
01-27-2008, 04:28 AM
Most likely this is because you have set the menu position to "absolute" instead of "relative".

Open your udm-custom.js file and change "absolute" to "relative".

menubuilder
01-30-2008, 08:28 PM
I had the same problem, below is the link:

http://www.leanforward.com/newsite08/index.html


I checked to make sure the position is relative and the top/left margins were set to 0 and 1 respectively.

Thanks for your help in advance.

menubuilder
01-30-2008, 08:54 PM
Looks like the contain the menu was in wasn't positioned right. I couldn't exactly figure out why but when I repositioned it in DreamWeaver using my mouse, it fixed the problem.

1000lks
02-01-2008, 03:49 AM
I had the same problem,

me too!:confused: