From b2e246ae80208ac4703bd1a96e0a61c0400e77e2 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Tue, 30 May 2006 19:00:17 +0000 Subject: git-svn-id: http://piwigo.org/svn/trunk@1328 68402e56-0260-453c-a942-63ccdbb3a9ee --- template-common/csshover.htc | 120 +++++++++++++++++++++++++++++++++++++ template-common/default-layout.css | 2 +- template/yoga/fix-ie5-ie6.css | 5 ++ 3 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 template-common/csshover.htc diff --git a/template-common/csshover.htc b/template-common/csshover.htc new file mode 100644 index 000000000..3ba936ac3 --- /dev/null +++ b/template-common/csshover.htc @@ -0,0 +1,120 @@ + + \ No newline at end of file diff --git a/template-common/default-layout.css b/template-common/default-layout.css index a128381d2..d3c7e011e 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -1,4 +1,4 @@ -/* $Id:$ */ +/* $Id$ */ /* Set the width of the menubar for the galery */ #menubar { 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 */ -- cgit v1.2.3