This has been frustrating me for hours today. I'm trying to figure out how to make the following webpage cross-browser compatible: http://apco-ga.sononaco.net/ It works in Firefox but not in IE6... I fixed the text formatting but my main problem is getting the glow images (background-image for the glowframe) to appear in IE as it does in Firefox. Also, there's a margin of about 5-10px above the maincontent div (right below the top border glow) that only appears in IE. Thanks in advance for any tips or advice - I really appreciate it!
I haven't found out the other problems yet, but try putting a <div style="clear:both"></div> after your maincontent div. Or unfloat it. That would probably get the side glows to show up.