Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 10 답장
  • 1 이 문제를 만남
  • 5 보기
  • 최종 답변자: 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.

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (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

선택된 해결법

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.