IE <9 styling with seperate stylesheet
[citadel.git] / webcit / static / t / head.html
index 5473907b32abcc2b00e3ca0d8f9475de5c15fd90..b8f1332295fc581cbb5cfdaf87f95eb05d468b6e 100644 (file)
@@ -4,6 +4,7 @@
        <head>
                <title><?CURRENT_ROOM> - <?SERV:HUMANNODE></title>
                <meta name="MSSmartTagsPreventParsing" content="TRUE" >
+               <meta http-equiv="X-UA-Compatible" content="IE=8" />
                <meta name="keywords" content="groupware messaging collaboration" >
                <link href="static/styles/webcit.css" rel="stylesheet" type="text/css">
                <link href="static/styles/datepicker.css" rel="stylesheet" type="text/css">
                <link href="do_template?template=iconbar_user" rel="stylesheet" type="text/css">
                <link href="static/styles/iconbaricns.css" rel="<?%("COND:ICONBAR:ACTIVE", 1, 0, #"ib_displayas", "", "alternate ")>stylesheet" type="text/css" id="style_iconbar_icns" title="Default iconbar">
                <link href="static/styles/iconbarpiconly.css" rel="<?%("COND:ICONBAR:ACTIVE", 1, 1, #"ib_displayas", "","alternate ")>stylesheet" type="text/css" id="style_iconbar_piconly" title="Iconbar without text">
-               <?CSSLOCAL> 
-
+               <?CSSLOCAL>
+               <!--[if lte IE 8]>
+                       <style type="text/css">@import url(static/styles/ie_lte8.css);</style>
+               <![endif]-->
                <script type="text/javascript" src="static/prototype.js"></script> 
                <script type="text/javascript" src="static/scriptaculous.js"></script> 
                <script type="text/javascript" src="static/datepicker-dev.js"></script>