I hope that I will miss something simple, but for life I canโt understand why I cannot build the input type <input type = "text"> next to <input type = "submit">.
A bit of searching on StackOverflow led me to a box-sizing property that fixed my problem in IE, but Firefox gets me started. These two elements now have the same size but are offset by 1 pixel.
Here 's the jsfiddle violation code .
Any suggestions?
source
share