hi, My site URL is http://www.soccerpanna.com/ the right column is not shown correctly using IE but it work fine using firefox , any idea ? thank you
It's a common mistake, using padding with floats. Change the padding to margin like so: .contactleft { width: 25%; white-space: pre; text-align: right; clear: both; float: left; display: inline; margin: 4px; } .contactright { width: 70%; text-align: left; float: right; display: inline; margin: 4px; } Code (markup):
Do you have IE6 or IE7? I noticed a difference between the two. Firefox and IE7 seem to recognize html standards better than IE6.