본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

firefox not displaying website slider properly but works in other browsers

  • 2 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: kathydtg

more options

I am creating a website and the slider image is showing at the side of the website. I am using firefox 20 . It works fine on other browsers and other peoples firefox but for some reason it is not showing correctly on mine. This is the test website http://greatgreendeals.co.uk/exmoorsafari/. I have a screenshot but I can not see how to upload here

I am creating a website and the slider image is showing at the side of the website. I am using firefox 20 . It works fine on other browsers and other peoples firefox but for some reason it is not showing correctly on mine. This is the test website http://greatgreendeals.co.uk/exmoorsafari/. I have a screenshot but I can not see how to upload here

선택된 해결법

The #megaMenu is floated to the left, so it pushes div.featuredposts to the right. Try adding clear:left to div.featuredposts so it wraps down past the float.

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

모든 댓글 (2)

more options

선택된 해결법

The #megaMenu is floated to the left, so it pushes div.featuredposts to the right. Try adding clear:left to div.featuredposts so it wraps down past the float.

more options

Thanks you so much