I made a separate style for IE 7, the following works for IE 7:
Code:
<!--[if IE]>
<style type="text/css">
#content {
background-color: #ffffff;
width: 742px;
}
</style>
<![endif]-->
But I had to modify it for IE 6
Code:
<!--[if IE 6]>
<style type="text/css">
#content {
background-color: #ffffff;
width: 739px;
}
</style>
<![endif]-->
In IE6, How do I get rid of the space between the left and right column? The left column is already 203px;