Please see: http://www.livetextalerts.com/new/
In FF, the page looks correct.
In IE 7, the navigation drops down 15px for each link.
I'm pretty sure this has to do with a ul or li declaration I'm missing, but what is it?
Thanks.
| SitePoint Sponsor |
Please see: http://www.livetextalerts.com/new/
In FF, the page looks correct.
In IE 7, the navigation drops down 15px for each link.
I'm pretty sure this has to do with a ul or li declaration I'm missing, but what is it?
Thanks.


I think it's a hasLayout problem. Try setting min-height:1px or zoom:1.0 for the LI elements.
Birnam wood is come to Dunsinane
Turns out all I needed was a float:left in the li. It's the little things!
Yes, without looking at the code, it looks like Tommy was right in what he suggested; floating an element give it the 'layout' it requires in IE6
Bookmarks