Click to See Complete Forum and Search --> : [RESOLVED] table td width not working in IE


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%;
}

Captainkewl
11-20-2009, 07:10 PM
I just re-wrote it in CSS (which is what I should have done from the beginning)