diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index b50763967..8dad42298 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -1,6 +1,11 @@ /* $Id:$ */ /* Issues in IE from 5 to 6 only to to be used with IE7 */ +/* fix lack of :hover behaviour for non link objects */ +BODY { + behavior:url("template-common/csshover.htc"); +} + /* to avoid vanishing objects in IE6 */ H1, #theHeader { width: 100%; /* <- useless but seems to make IE6 happy */ |