本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

accelerator

Specifies whether or not the element has an accelerator key, which is a shortcut for selecting the element.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
5.5+nononono

Usage

["true" | "false"]

Values

inheritInherit the value from the parent element.
trueBackground image scrolls with the document.
falseBackground image is fixed as the document scrolls.

Remarks

IE only.

Related