Mozilla 도움말 검색

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

자세히 살펴보기

I'm testing my html using CSS3. When I drop my .html file on to my Safari browser everything works, but in Firefox I get plain html with no CSS

  • 2 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: cor-el

more options

I'm testing my html using CSS3. When I drop my .html file on to my Safari browser everything works, but in Firefox it displays plain html with no CSS or javascript

I'm testing my html using CSS3. When I drop my .html file on to my Safari browser everything works, but in Firefox it displays plain html with no CSS or javascript

모든 댓글 (2)

more options

Can you post the problem page online?

If this page is only on your computer, are you testing using a file:// URL? If so, is the CSS or JS in an external file? Firefox imposes certain security restrictions on paths when using file:// to avoid pages having access to folders beyond the "site" you're testing.

You could check for errors in the Browser Console (which you can open from the Developer menu). I suggest clicking the Clear button in the console, then reloading your page to see just the messages relevant to its initial load.

more options

It is best to use only relative paths to additional files if you test locally and only go up to nested directories and not go back in the directory tree.