Multiple menus on one page issues

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
kitlamoureux
Advanced
Advanced
Posts: 20
Joined: Wed Oct 26, 2005 3:03 pm

Multiple menus on one page issues

Post by kitlamoureux »

I have a top menu and a side menu on the same page.
I thought i had it worked out, as per the instruction on this site, but for soem reason, the side menu is aligning on the right side of the screen instead of the left.

you can see the code here.
http://lexington.hodes.com/goodsam/intr ... plate.html

IT has weird gaps and is right aligned.

Am i doing something wrong?

THanks,

Kit
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I am not seeing the menu on the right. It is against the left side of the browser window, which is where you have it positioned; top=124; left=0;. However, you have a mistake on left, you have it as left:0, maybe that is causing a problem in your browser. It is left=0;

You seem to be calling the side and top files in a div, but you have them positioned absolutely. Just put the calls for those files up with the other files. If you want them in the div you need to set it up like method 2 on this example http://support.milonic.com/beginners/ta ... /index.htm

Method 2 is toward the middle of the page. If you are not positioning them relatively, then just put the calls up with the other files.

Ruth
Post Reply