which line isn't playing nice?

jmad

New Member
using this css. i am having problems with the fact that either fire fox or ie looks funny when i use it am wondering which line is causing the problems and if ne one knows a way around it.
#contqty {

width: 550px;
margin: auto 100;
border: thin double rgb(0,0,255);
height: auto;
}
#contqtytwo {

width: 550px;
margin: auto 100;

height: auto;
}

#itm {
width: 255px;
height: 20px;
vertical-align: middle;

float:left;

}
#value {
width: 255px;
height: auto;
vertical-align: middle;
overflow:hidden;
float:left;

}
 

jmad

New Member
i think it was jus the hieght being set to auto cause when i defined a hight for the conqty it started looking better.......
 
Top