Menu Alignment Conflict

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Menu Alignment Conflict

Post by bobwill »

I have some type of conflict that is causing the menu to load way to the right on only one htm page of my web site. I am sure it has something to do with the loading of two menu files associated with this page. Please take a look and tell me what the problem is.

Go to http://www.baseball.legion.org/ and go to the "Location Map" menu located under "World Series".

I am loading a map image using a file call "map_data.js" and the primary menu is loaded using "menu_data.js". You can see how these files are loaded in the "regional_map.htm" file.

The main menu does load, but it is way off to the right. It appears that maybe the size of the window is messed up??

Looks correct in Opera 6.06. No good in Opera 7 and IE 5

Any help is appreciated.
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

You can't do this without a table, it makes no sense.

<td><img src="images/top_banner.gif" width="800" height="162"></td>

Regards
maz
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

i appreciate your comments. I was going by the Milonic sample http://www.milonic.co.uk/menusample.php?sampleid=4. Can you tell me what the difference is between my code and the sample code as it applies to tables that you mentioned.
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

Got it fixed. My stupid mistake. I had a table definition problem in the display of my top banner, which caused the menu to load at the wrong position.

Thanks for your help.
Post Reply