I have an html input.
The input has padding: 5px 10px; I want it to be 100% of the parent div\'s width(which is fluid).
padding: 5px 10px;
However using widt
widt
Move the input box' padding to a wrapper element.
See example here: http://jsfiddle.net/L7wYD/1/