Specifically, the "collegenavigationlist" layer and the "UNL Quick Links" are getting thrown out of alignment. I have some screen shots articulating this problem but am unsure how to attach and upload them to this forum.
Any solutions? Thanks!
Yeah, something is not quite right. I get weird white stripe under firefox (linux) at the top of each page.
I also noticed that your templates are slightly out of date, as the w3c link in the footer is not pointing to the local validator we have now.
I think it is this bit of code:
- Code: Select all
<!-- InstanceBeginEditable name="titlegraphic" -->
<a href="/" ><img src="chem_logo.jpg" alt="Department of Chemistry" /></a>
<!-- InstanceEndEditable -->
My guess is that the image is messing things up.
You should have something like:
- Code: Select all
<!-- InstanceBeginEditable name="titlegraphic" -->
<h1>Department of <span class="highlight-red">Chemistry</span></h1>
<h2>H<sub>2</sub>O is good for you.</h2>
<!-- InstanceEndEditable -->
http://euler.unl.edu/testing/chem.html
Ned
Ned W. Hummel
Department of Mathematics