In IE7 my attributes are stairstepped to the right. I'm trying to get them to line up vertically. In firefox they are are lined up correctly.
http://cstrucktops.com/index.php?mai...products_id=21
In IE7 my attributes are stairstepped to the right. I'm trying to get them to line up vertically. In firefox they are are lined up correctly.
http://cstrucktops.com/index.php?mai...products_id=21
in your stylesheet.css you have the input floating to the left..
input {
display:inline;
float:left;
font-size:1em;
margin:0.1em;
}
try removing it, and seeing if any other place within your site is affected.
~Steve~
thanks, that seemed to do the trick