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.

document.fgColor

Podsumowanie

fgColor pobiera/ustawia kolor pierwszoplanowy (kolor tekstu) bieżącego dokumentu.

Składnia

kolor = document.fgColor
document.fgColor =kolor 

Parametry

  • kolor jest ciągiem określającym kolor - słownie (np. "red") lub szesnastkowo, jak w HTML-u (np. "#fdfef8").

Przykład

document.fgColor = "white";
document.bgColor = "darkblue";

Specyfikacja

DOM Level 0 - brak w specyfikacji.

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, jsx, Jan Dudek
 Ostatnia aktualizacja: jsx,