Hey Nate,
you're missing important parts of the UNL templates which correct the problems you're seeing in IE 6.
Specifically this portion of the code:
- Code: Select all
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/ieonly.css" />
<script language="javascript" src="/ucomm/templatedependents/templatesharedcode/scripts/sleight.js"></script>
<![endif]-->
<!--[if gte IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="/ucomm/templatedependents/templatecss/layouts/ie7.css" />
<![endif]-->
I would recommend you revert your template code back to what is distributed in the fixed.dwt to restore the code to what is needed.
In addition, your sourcecode looks like you're using flat files which will lead to outdated portions of the template like the quicklinks etc. See the WDN wiki for information on how to set up the templates on another server and post here if you have any more questions.
http://ucommdev.unl.edu/webdev/wiki/ind ... er_servers