Had some CSS that worked in Chrome, but not Firefox or Opera. Firebug reported this:

Aborted CSS

 

 

 

 
Turns out, that my media atributes were incorrect,

media="screen print"

will not work in FF and Opera, but

media="screen, print"

does work

However, if this does not fix your problem, or you are not using media selectors, then it will probably be due to an extension to your Firefox browser. I have heard the Foxyproxy and FireQuery cause this sometimes. Best bet is to remove any extensions you’re not using. If you’re still getting it, then it’ll be down to you to decide if you want to use the extension or get rid of the errors.

By admin

4 thought on “CSS not loading, Firebug states ‘Aborted’”
  1. Check your hosts file, maybe you added here something like this:
    127.0.0.1 fonts.googleapis.com
    and forgot about it (my case).

Leave a Reply to felix Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.