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

Responsive layouts in html crashing Firefox

  • No replies
  • 1 has this problem
  • 5 views
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.