Help - Search - Members - Calendar
Full Version: Problem with menu bar displaying on large screens
HTMLHelp Forums > Programming > Client-side Scripting
arcticwanderer
Here are the links to the code I use for my pulldown menu:
www.iditarodtours.com/scripts.js
www.iditarodtours.com/coolmenus.js

Even though the menu bar width is set for 850 pix, the same as my tables, when I view the website on a 24 in screen, the last pulldown ( links) has a gap in the bar between it and the pulldown next to it. If I go to a larger screen, the last two pulldowns have gaps in the bar. The bar seems to be stretching out to fill the screen even though it is set for 850 pix and not a %, Maybe somehere in the codes there is a % I'm missing that someone else can find.

Thanks in advance.
Darin McGrew
Can you provide the URL (address) of a document that demonstrates the problem?
arcticwanderer
It is the url listed in the post.
Darin McGrew
I would rewrite the menu to use lists of links in the HTML, and to use JavaScript merely to hide/display the links. You site uses JavaScript to generate the whole navbar, so the navbar doesn't exist at all when JavaScript is disabled/unavailable.

Eric Meyer has an example using only CSS, but MSIE can't handle it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.