From 3b32704597dce48e9bf7f76f645978e87722d497 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 17 May 2005 07:06:58 +0000 Subject: [PATCH] The tabs do not show the CSS rollover in MSIE. With the behavior "csshover.htc" MSIE behaves as the other browsers. I added the code to load this behavior via CSS to "javascript.php", because I think this is the best place to handle the behavioral layer of moodle. Perhaps it makes sense to rename it to "behavior.php"??? --- lib/csshover.htc | 88 ++++++++++++++++++++++++++++++++++++++++++++++ lib/javascript.php | 2 ++ 2 files changed, 90 insertions(+) create mode 100644 lib/csshover.htc diff --git a/lib/csshover.htc b/lib/csshover.htc new file mode 100644 index 00000000000..7aa6c79e291 --- /dev/null +++ b/lib/csshover.htc @@ -0,0 +1,88 @@ + + diff --git a/lib/javascript.php b/lib/javascript.php index 0a24407e8b4..c2059d4c923 100644 --- a/lib/javascript.php +++ b/lib/javascript.php @@ -9,6 +9,8 @@ echo ''."\n"; } ?> + +