##// END OF EJS Templates
Load csshover.htc for IE6 only as later versions support hover on non-link elements....
Jean-Philippe Lang -
r4611:fd3c85dc0d84
parent child
Show More
@@ -11,7 +11,7
11 <%= javascript_include_tag :defaults %>
11 <%= javascript_include_tag :defaults %>
12 <%= heads_for_theme %>
12 <%= heads_for_theme %>
13 <%= heads_for_wiki_formatter %>
13 <%= heads_for_wiki_formatter %>
14 <!--[if IE]>
14 <!--[if IE 6]>
15 <style type="text/css">
15 <style type="text/css">
16 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
16 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
17 body {behavior: url(<%= stylesheet_path "csshover.htc" %>);}
17 body {behavior: url(<%= stylesheet_path "csshover.htc" %>);}
General Comments 0
You need to be logged in to leave comments. Login now