1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 00:45:45 +01:00

add a note about :hover requiring an element in the selector when in quirks

mode
This commit is contained in:
Doug Kearns
2007-10-26 12:09:25 +00:00
parent d192304759
commit 9adcddff76

View File

@@ -150,6 +150,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
color: green; color: green;
text-decoration: none; text-decoration: none;
} }
/* NOTE: .aClass:hover not supported in quirks mode: http://developer.mozilla.org/en/docs/Mozilla_Quirks_Mode_Behavior */
a.hl-URL:hover { a.hl-URL:hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;