PDA

View Full Version : which line isn't playing nice?


jmad
05-02-2007, 06:47 PM
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
05-03-2007, 12:50 PM
i think it was jus the hieght being set to auto cause when i defined a hight for the conqty it started looking better.......