This code works fine in FF, but when viewing in IE the contact link moves from the center to the left of footer. also I loose background properties around both the image link (back to top) and the contact link. Any Ideas?
#backlink img {
text-align:left;
border:none;
}
#footer {
background-color:#161F5B;
height:30px;
margin-top:10px;
margin-bottom:10px;
padding:0 10px 0 0 ;
text-align:center;
clear:both;
border:none;
}
#footer li {
list-style-type:none;
}
#footer a:link {
color:#ffffff;
}
#footer a:visited link {
color:#ffffff;
}
#footer a:hover {
font-size:100%;
}

#backlink img {
text-align:left;
border:none;
}
#footer {
background-color:#161F5B;
height:30px;
margin-top:10px;
margin-bottom:10px;
padding:0 10px 0 0 ;
text-align:center;
clear:both;
border:none;
}
#footer li {
list-style-type:none;
}
#footer a:link {
color:#ffffff;
}
#footer a:visited link {
color:#ffffff;
}
#footer a:hover {
font-size:100%;
}
Comment