I’m trying to position an image in th ebottom left corner of a container and in FF, Chrome & Safari the image is in the correct position but in IE7 it’s not.
Any tips on how to get it in the correct position in IE7?
Thanks
http://cookingsecrets.togetheragency.co.uk:8080/contact.htm
/* Contact Form */
#oRightContentContact {
border:0px solid red;
width:321px;
margin-right:2px;
font-style:normal;
margin-top:-85px;
font-size:11px;
color:#43003E;
position:absoloute;
}
#oRightContentContact img {
margin-right:0px;
border:0px solid red;
float:right;
position:relative;
left:697px;
display:block;
margin-top:-555px;
bottom:-21px;
}
#oLeftContentContact {
width:550px;
float:left;
margin-top:100px;
}
#oLeftContentContact h2 {
border-bottom:1px solid red;
padding-bottom:5px;
}
#oContactForm {
border:0px solid red;
float:left;
width:550px;
margin-top:15px;
}
#oContactFormLeft {
font-size:11px;
float:left;
width:160px;
padding-right:20px;
border-right:1px solid #CCCCCC;
height:242px;
}
#oContactFormRight {
font-size:11px;
float:right;
width:340px;
border:0px solid red;
}
#oContactFormRight form table tr td {
padding:2px;
color:#421B3E;
}
#oContactFormRight form table tr td input{
width:95%;
}
#oContactFormRight form table tr td textarea {
height:80px;
width:95%;
vertical-align:top;
}
#oMapDownload {
margin-top:140px;
border:0px solid red;
height:20px;
background:url('../../images/page/pdf.gif') left 0px no-repeat;
padding-left:25px;
padding-top:2px;
font-weight:bold;
}