Hey all, Been messing around with my new site today: YooSubmit I have noticed it is fine under FireFox, but i only have IE 6 but under IE 6 it's broken in several places, could anyone kindly take a look and see where the problem lies, and if it is still broken with the newer versions of IE if you have a updated version of IE. Thanks in advance for any helpful replies. Regards Darren
You could always get a script that prompts people using IE6 or less to upgrade when visiting your site. Not that IE is any good anyways
Try using a reset stylesheet. 99% of all IE problems can be solved by including a reset stylesheet before your main one.
Put a catcher and seprate css for ie:6... OR, ie6 is notorious for being finnicky with multicolumn layouts, if you give each column a wrapper div, and makem damn sure that the total width of the column wrappers isn't mroe than the main wrapper, that might help, float all divs in same direction as well... Other than that... yeah, good luck