Skip to content
Snippets Groups Projects
Commit 10a23185 authored by Denis Walker's avatar Denis Walker
Browse files

Support for IE7 & 8 CSS fixes.

parent a76d0104
No related branches found
No related tags found
No related merge requests found
......@@ -42,16 +42,19 @@
{/foreach}
{/if}
<!--[if IE]>
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="{$baseurl}/css/ie8.css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="{$baseurl}/css/ie.css" />
<link rel="stylesheet" type="text/css" href="{$baseurl}/css/ielt8.css" media="screen" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="{$baseurl}/css/ielt7.css" media="screen" />
<link rel="stylesheet" type="text/css" href="{$baseurl}/css/boxie.css" media="screen" />
<script defer type="text/javascript" language="JavaScript" src="{$baseurl}/js/pngfix.js"></script>
<![endif]-->
</head>
......
<div class="cbb">
<div id="searchbox" class="cbb">
<h3>Chwiliwch CGPA</h3>
<form method="get" action="http://www.google.co.uk/custom">
<div id="search">
......
<div class="cbb">
<div id="searchbox" class="cbb">
<h3>Search SUCS</h3>
<form method="get" action="http://www.google.co.uk/custom">
<div id="search">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment