accelerator

Support Key: [IE5]
Other Dynamic
Content Properties

cursor
filter
behavior
zoom
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   NA
Applicable Elements:
All
Inherit From Parent:
No
Applicable Media:
Visual, Interactive
HTML Equivalent:
ACCESSKEY attribute
Official Docs:
Microsoft MSDN Reference
What is it?
This property is a strange and very specific Microsoft beast. Microsoft, beginning in Windows 2000, has the ability to turn off its system underlines for accelerator keys until the ALT key is pressed (then the accelerator underline hint is displayed.) This property should have no effect in previous Microsoft OS versions, and if this system capability is turned off (or "on", depending on how you look at it), it will also have no effect.

While this works for underlined elements (the HTML "U" element), it also seems to work for any element, although a different pseudo-underline color seems to be generated in such cases.

Allowed Values
true
[IE5]
Type: Explicit
Description:
The element contains an accelerator key sequence.
false
[ IE5 ]
Type: Explicit
Description:
The element does not contain an accelerator key sequence.
Example
Ext/Doc: u { accelerator: true }
In-Line:  <div> <u STYLE="accelerator: true">H</u>elp </div>
Browser Peculiarities

Boring Copyright Stuff....