tags:

views:

75

answers:

1

The "html.css" is very mysterious to me, it always suddenly appear and suddenly disappear, when it appears, it always destroy my page style and keep sticky there until God knows when it disappears

Is there a way to disable it ? How?

Add: i found the problem appears not only in my system but also in my guest os, so i guess i have to found the cause and fix it as it may also appears in site visitors computer

+1  A: 

html.css is default stylesheet of firefox. you can find more info about it here and here

and when you asked about disabling it , did you mean to over-ride the default behaviour ?

if yes, you can use reset the default style sheet,

there are several ways

N30
I use 960's reset.css. I tried remove html.css, empty html.css, both crash firefox. They must be crazy to defaultly assign 'display:block' to <p>, even i override it in my css, there are many other abnormals and i don't want to write a css specially for the damn 'html.css', it's not the right way
Edward
@Edward The default is there to make sure that a page will display with semantic formatting when CSS is disabled or unavailable. The defaults Firefox uses are not very different from those in other browsers.
banzaimonkey
@banzaimonkey, i really wish it works as other browsers. Chrome safari opera ie all have no this issue. I care firefox only because the best developer tools in it, firebug. I now have to use developer tools in chrome, which is not so convenient as firebug, to continue my developement
Edward
you can use firebuglite on Chrome. It's not too extensive as firebug for firefox but for normal things such as find elements,classes,ids and modify them it's great
Sotiris
@sotiris, just installed firebug lite, it's great! This is by far the best answer, thanks!
Edward
glad I helped you,Regards
Sotiris