Muffin_Fox
11-24-2008, 03:11 PM
Hay again, still just loving IE, and working on this damn website. I had an idea how to solve my problem with a conditional statement, and I want to know if I should even bother trying it:
Here is the Head of one of the HTML docs:
<head>
<title>Sachem North Tech Department Webpage</title>
<!--[if IE]><link rel="stylesheet" type="text/css" href="iefix.css" /> <![endif]-->
<link rel="stylesheet" type="text/css" href="stdcss.css" />
</head>
Here is the Head of one of the HTML docs:
<head>
<title>Sachem North Tech Department Webpage</title>
<!--[if IE]><link rel="stylesheet" type="text/css" href="iefix.css" /> <![endif]-->
<link rel="stylesheet" type="text/css" href="stdcss.css" />
</head>