On http://www.bigbasket.com, the Input for “Qty” is coming on the next row in case of IE9.
Its fine on IE7/8, FF and Chrome. But for some reason it is breaking on IE9.
On http://www.bigbasket.com , the Input for Qty is coming on the next row in
Share
The issue might be the fact that you are not using the label correctly. The Label should contain the text “qty”, and the input should not be inside the label. E.g.
EDIT it works if you either reduce the width of
.qtyTextFieldby 3px, or take offmargin-left:3px. It is shifting onto the next row because there’s not enough room on that row for IE.