aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-05-30 19:00:17 +0000
committerchrisaga <chrisaga@piwigo.org>2006-05-30 19:00:17 +0000
commitb2e246ae80208ac4703bd1a96e0a61c0400e77e2 (patch)
tree6cfead938c877d7285ffa020f05a4f799ca2c76e /template
parent30446f69f7ed9cedb3fd4f5020ee8c03fe4a9206 (diff)
git-svn-id: http://piwigo.org/svn/trunk@1328 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/fix-ie5-ie6.css5
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 */