I have a problem that seems very strange!
When I refresh my page (an absolute static page only with HTML and CSS, but no JavaScript), there is a short time the color of text shows are change to blue, which is defined by the default of browser. And after a while, the text color change to the color which I defined in my css file.
This problem does not happened every time. I am sure I have not use any asynchronous css. Who can tell me this is why? Any help will be appreciate!
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/sprite_small.css">
<link rel="stylesheet" type="text/css" href="css/sprite.css" media="(min-width:1440px)">
<link rel="stylesheet" type="text/css" href="css/nav.css">
<link rel="stylesheet" type="text/css" href="css/media.css">
<link rel="stylesheet" type="text/css" href="css/history.css">