i stumbled across odd issue in firefox today.
the stylesheet 1 of pages doesn't load in firefox, although on chrome , safari. when open firefox developer, can see stylesheet. if open in style editor section , make change (e.g. hit space 1 time somewhere on sheet), css applied page.
since stylesheet seems loaded after all, know why it's not showing initially? obvious solution, i've been stumped on while. in advance!
as mentioned in comment, problem stylesheet being processed image.
if open firefox console should see warning.
happened when edited using styleeditor, correct mime type being fixed.
if stylesheet generated backend, need make sure set correct mimetype in headers.
if does't solve it, try "save as" file , make sure it's being saved encoding of utf-8 , using ide or coding text editor
Comments
Post a Comment