diff options
Diffstat (limited to 'themes/classic/templates/default.css')
-rw-r--r-- | themes/classic/templates/default.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 55d7dcae..dae5286d 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -66,11 +66,11 @@ input { font-weight: bold;
}
-/************************************************/
-/* IE6 behaviors */
-/* - csshover2: :hover support on any element */
-/************************************************/
-body { behavior:url("templates/csshover2.htc"); }
+/***************************************************/
+/* IE6 behaviors */
+/* - Whatever:hover: :hover support on any element */
+/***************************************************/
+body { behavior:url("modules/whatever_hover/csshover3.htc"); }
/************************************************/
/* Float Clearer */
|