Menu problems - sometimes

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
dmunn@acd.net
Beginner
Beginner
Posts: 2
Joined: Sun May 19, 2002 7:24 pm

Menu problems - sometimes

Post by dmunn@acd.net »

:D
I have people reporting misc. menu problems (not showing up or images squished together).

The site is http://www.spartanspeedway.com.

I just upgraded to 3.5.15 but still the same problems reported.

Before you take the time to check out the stite, can you point me to any faqs that might deal with this? Perhaps I have some bad code inserted somewhere.

Thanks,

Doug
User avatar
fredlongworthhighschool
Mega Advanced
Mega Advanced
Posts: 362
Joined: Fri Jun 27, 2003 11:34 am
Location: Manchester, England.
Contact:

Post by fredlongworthhighschool »

I had similar problems, I found that I had to add  the text

& n b s p

(don't leave spaces between each letter) after your text. This puts in valuable spaces needed to pad out the width.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

First off, move your script calls from the <head> to first thing after the <body>.

Next - UPGRADE :!: You are way down-level. 3.5.15 is current, and you are at... never mind. Your code is current, just your comment is down-level :roll:
John
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Doug,

the squished together part is an easy one... You are using images in your menu. The squished effect seems to occur only in IE; the menu renders before the images are fully cached. If you set the width attribute inside each <img> tag to the actual width of the image, then the browser will know exactly how much space to reserve for each image and you won't get squished images.

As for the not showing up part, John's suggestion to move the <script> tags out of the head and into the body will usually take care of that, particularly if the offending browser is Opera.

Hope that helps,

Kevin
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Doug -

Sorry my response from yesterday was so abrupt. "Pressing matters" here at work took me away from the Forum, and I wasn't able to dig further into your code.

Besides, I knew Kevin would find it!
John
Post Reply