Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

appearance

Description

The appearance property for CSS provides some control over native appearance.

Syntax

CSS

appearance: value;

JS

object.style.appearance = "value";

Values

<'appearance'> = none | auto | <compat-auto> | <compat-special>
none

The element is rendered following the usual rules of CSS.

auto

Automatically specified by the user agent.

<compat-auto> = searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button
searchfield

textarea

push-button

slider-horizontal

checkbox

radio

square-button

menulist

listbox

meter

progress-bar

button

<compat-special> = textfield | menulist-button
textfield

menulist-button

Initial

none

Examples

1 · auto

2 · none

3 · JS

HomeMenu