Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox does not render stylesheet immediately?

Tags:

css

firefox

I'm not sure if this a settings problem or an HTML problem, but on a page layout I'm working on, Firefox does not render the stylesheet immediately. Meaning for maybe half a second I can see the unstyled page, then the stylesheet kicks in and it renders as I expect.

All my stylesheets are in external css files loaded in the head tag. I'm not encountering this on Flock (which is a Firefox variant) nor on Google Chrome/IE.

Any idea how to avoid it?

like image 414
Roy Tang Avatar asked Dec 18 '08 02:12

Roy Tang


People also ask

How do you refresh a style sheet?

Anytime you make changes to CSS, JavaScript and are viewing the page you've updated - you will see this concern. You can force a refresh by pressing CTRL+F5 on the browser and that will get the latest version.

Where is the CSS file in Firefox?

css file does not exist by default, so once you have a tweak or two you want to try out, you first have to create the file in the appropriate location inside your Firefox profile folder. Update: Since Firefox 69, you must go into about:config and set “toolkit.


1 Answers

Try disabling firebug.

like image 191
D'Arcy Rittich Avatar answered Oct 09 '22 09:10

D'Arcy Rittich