Help needed with HTML

I have a similar issue with another page Firefox displays it correctly while IE7 misses the bottom 3 items..
 

Attachments

  • what IE7 Shows.jpg
    what IE7 Shows.jpg
    25.8 KB · Views: 47
  • as it should be.jpg
    as it should be.jpg
    25.8 KB · Views: 47
Without actually saving your code and testing it I'd say you need to increase the width of your footer to slightly under the amount of your container and change it to "clear: both;" instead of just left. That should put it directly under the last element in the code.

Edit: It looks like your width is already what I suggested. I missed that in the html.
 
Last edited:
Back
Top