Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

my web site does not load the navigation bar on the site but does on all other browseres!!

  • 10 replies
  • 1 has this problem
  • 6 views
  • Last reply by cor-el

more options

www.funfactorypartyrentals.com as of a few days ago the site as running perfect on firefox now however the navigation bar between the logo an the row of pictures does not show up on any of the pages formt he index to any others it is skipping that line of code or something is blocking it, i have tired everthng to resolve the issue but nothing seems to be working.

www.funfactorypartyrentals.com as of a few days ago the site as running perfect on firefox now however the navigation bar between the logo an the row of pictures does not show up on any of the pages formt he index to any others it is skipping that line of code or something is blocking it, i have tired everthng to resolve the issue but nothing seems to be working.

Chosen solution

It's not a problem with the font-size rules.

See line 102 of http://www.funfactorypartyrentals.com/ffpr.css

It's the font-size-adjust rule.

Read this answer in context 👍 0

All Replies (10)

more options

It's always the thing I've never heard of before...

#header {
  font-size-adjust: 0;
}

That seems to mean make the font size 0.

https://developer.mozilla.org/docs/Web/CSS/font-size-adjust

more options

well no changes have been made to the site n regards to anything to do with fonts, The site was fine now out of no where this has happened like firefox updated an it stopped working or they did something.

more options

Firefox 40 fixed an old bug. Previously,

font-size-adjust: 0

was treated as

font-size-adjust: none

However, now it is interpreted as a ratio, i.e., 0%

Since you probably intended it as none, I suggest just deleting that rule, or editing it to none.

more options

The font is a set size though an was never at 0 Or none.

more options

Each font is set per word in the navigation

more options
more options

Chosen Solution

It's not a problem with the font-size rules.

See line 102 of http://www.funfactorypartyrentals.com/ffpr.css

It's the font-size-adjust rule.

more options

thanks what should i set it to a percentage or what?

more options

I would either set it to none or delete the rule completely. As far as I can tell, it wasn't meant to do anything, someone may have copied it from an exemplar not realizing it wasn't doing anything useful.

more options

You can remove that line if you do not need to modify the font size as set via inline code.

I see that the menu line is showing in Firefox 40.