Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Responsive layouts in html crashing Firefox

  • Không có trả lời
  • 1 gặp vấn đề này
  • 4 lượt xem
more options

Hi.

I'm on the https://dash.generalassemb.ly/ website running html tutorials. I'm at the section demonstrating responsive layout. Whenever I apply responsive code such as:

max-width: 500px; 

or

}

   @media (max-width: 500px) {
     body {
       background:red; }
     }

When I try to resize my browser window (Firefox 48.0.2) the browser crashes and I get the report crash window. I can scoot through the tutorials without resizing the window, but it would really help to be able to see the changes as I make them.

Can you offer a solution? Thanks.

Hi. I'm on the https://dash.generalassemb.ly/ website running html tutorials. I'm at the section demonstrating responsive layout. Whenever I apply responsive code such as: max-width: 500px; or } @media (max-width: 500px) { body { background:red; } } When I try to resize my browser window (Firefox 48.0.2) the browser crashes and I get the report crash window. I can scoot through the tutorials without resizing the window, but it would really help to be able to see the changes as I make them. Can you offer a solution? Thanks.