Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

stylesheet.disabled

Podsumowanie

Ta własność sygnalizuje, gdzie bieżący arkusz stylów jest używany lub nie.

Składnia

bool = stylesheet.disabled 

Przykład

// jeśli arkusz stylów jest wyłączony... 
if (stylesheet.disabled) {
   // zachowuje style in-line 
}

Specyfikacja

disabled

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, khalid32, Ptak82, Internauta1024A
 Ostatnia aktualizacja: khalid32,