Hi Guys, I've built a site that looks cool on most the pop browsers: FF/ie7/chrome/safari But IE6 is messed up. Ive fixed the PNG problem with javascript but apparently the css isnt correct. Any suggestions on how I fix it? The site is: www.ski4cheap.com Thanks, John CSS: #container2 { width: 720px; text-align: left; margin:0px; padding:0px 0px 0px 0px; float:left; display:inline; background:url(../images/layout/transppng.png); } #container2 img.top { margin: 0; padding:0px; width:112px; height:24px; border:0px; } * html #container2 img.top { \width:112px; w\idth:112px; } #container2a { width: 710px; text-align: left; margin:0px; display:inline; padding:0px 0px 0px 10px; float:left; } /* hack to correct IE5.5 faulty box model */ * html #container2a { \width:720px; w\idth:710px; }