diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-05-30 19:29:23 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-05-30 19:29:23 +0000 |
commit | fe106bd3daf72a556a17a1a7d9930583c7560610 (patch) | |
tree | cf1b36144c4c76ecdb0d7cb2f91c85100fbfe5c4 /template/yoga/fix-ie5-ie6.css | |
parent | a30cf0e6cd796fe3e1cca1ac7553fafb17545615 (diff) |
improvement : make :hover work in IE6 with ccshover.htc
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1329 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index b50763967..257d93d41 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -1,6 +1,11 @@ -/* $Id:$ */ +/* $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 */ |