I was wondering what might be causing a little problem with this in IE6. My footer seems to be about 20-30px below the right column in IE, but is 0px below the right column in FF.
body {
margin-right:auto;
margin-left:auto;
padding:0;
}
#container {
width:970px;
margin-right:auto;
margin-left:auto;
border: 1px solid #000;
background-color:#669933;
padding-top:20px;
padding-bottom:20px;
}
#content {
width: 800px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
margin-top:0;
margin-bottom:0;
}
#banner {
background-image:url(images/green_banner.jpg);
height:79px;
margin-bottom:50px;
}
#main {
width:500px;
display:inline;
margin-left:160px;
float:left;
}
#mainNav {
width:160px;
margin-left:-560px;
float:left;
}
#news {
float:right;
width:160px;
border: 1px solid #000;
}
#legal {
clear:both;
text-align:center;
border: 1px solid #000;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272624
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

