Re: IE Page Problem
Did you revert back all the .css changes you made? That's what I would do and then make small changes and check in IE after each change until you figure out which change actually created the problem.
Regardless, I did some research out of my own curiosity and this is what I discovered. Give it a try and see if it works.
IE has a very strange bug where text or background images sometimes disappears from sight. These items are still actually there, and if you highlight everything on screen or hit refresh they'll often re-appear.
This problem mostly occurs on background images and on text next to a floated element. To remedy the problem, simply insert position: relative into the CSS command for the disappearing element, and for some bizarre reason that'll usually fix the problem. If this doesn't work (it sometimes doesn't), assign a width to the offending element in the CSS and that should fix the problem.
http://www.webcredible.co.uk/user-frien ... icks.shtml