Captainkewl
11-20-2009, 02:05 PM
Hey guys. If you go here: http://classcleanservices.com/contact.php and view it in firefox, it looks how it should. However, if you view it in IE, the "approx. sq. footage" text is not conforming to the 200px width that I set. How can I make it work in IE like it does in Firefox?? The CSS can be found here: http://classcleanservices.com/classclean1.css
This is the form part of the CSS:
.estimateform {
float:left;
margin-left:314px;
padding-top:10px;
}
.estimateform table tr td input {
margin-left:50px;
}
.estimateform table tr td {
float:left;
width:200px;
padding-bottom:5px;
font-size: 100%;
}
This is the form part of the CSS:
.estimateform {
float:left;
margin-left:314px;
padding-top:10px;
}
.estimateform table tr td input {
margin-left:50px;
}
.estimateform table tr td {
float:left;
width:200px;
padding-bottom:5px;
font-size: 100%;
}