CSS Property: all
[this page | pdf | back links]
The CSS (CSS3) all property resets all properties,
apart from unicode-bidi
and direction,
to their initial or inherited values.
Valid property valuesÂ
(other than inherit
and initial) are:
|
Value
|
Description
|
|
unset
|
Changes all properties
applied to element or its parent to their parent value if they are
inheritable or to their initial value if not
|
|
Default Value:
|
N/A
|
|
JavaScript syntax:
|
e.g. object.style.all = "initial";
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties