Customers are calling and cannot "see the box". I see it just fine in IE 8.0.76.
Should I use the outline property or any suggestion would help.
.box {
border-style:solid;
border-width:medium;
border-bottom:2px;
border-right:2px;
border-top:2px;
border-left:2px;
border-color:#000000;
background-color:#FFFFA4;
text-align:center;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
In use here: <input name="qty" type="text" id="qty" value="" size="2" class="box" />