Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在http://www.bigbasket.com上,如果是 IE9,“数量”的输入将出现在下一行。它适用于 IE7/8、FF 和 Chrome。但由于某种原因,它在 IE9 上崩溃了。
问题可能是您没有正确使用标签。标签应包含文本“数量”,输入不应在标签内。例如
<label for="p10000159_qty">Qty:</label> <input id="p10000159_qty" class="qtyTxtField" name="pqty" maxLength="2" value="1" type="text">
如果您将宽度减小3px.qtyTextField或将margin-left:3px. 它正在转移到下一行,因为该行没有足够的空间供 IE 使用。
.qtyTextField
margin-left:3px