Posts: 142
Name: Jim
Location: Nottinghamshire
|
Hi
I have a problem in IE7 with a 2 column liquid layout, it consists of
<div ="wrapper">
<div ="header">xxx</div>
<div ="form">floated left</div>
<div ="content">margin left 220</div>
<div ="footer">clear both</div>
</div>
It works fine in firefox but in IE7 the content div is sitting under the form div, its on the right side of the page but should be level with the form div.
Any ideas I assume there is a common fix
|