|
First thing to do is VALIDATE it. There are a number of errors and invalid coding there, like the <p> inside a <li> - not acceptable.
The validator is also squawking about invalidly nested lists and a missing </div>, which may be related.
He's using transparent PNG's with no PNGFix, which you gotta have for IE6, 7 & 8 should display them properly. He needs some conditional comments in there to feed IE6 and 7 the necessary rules to make it behave correctly. IE8 SHOULD be closer to Firefox in the way it's rendered.
As for the collapsed tabs, he has no dimensions defined for the images he's using for the tabs, and no width set in his css either. The width doesn't have to be in the css, but it DOES need to be in the HTML.
I'd start there. Obviously getting rid of the tables would be a plus too.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|