I need to update my input
field to be padded from the inside as I transition to HTML5. It was working fine in HTML 4.01 Transitional, but now it overflows outside of the table frame in HTML5. Can someone help me fix this for HTML?
Snippet of HTML Code
<td class="content_listing_r" style="width: 80%;">
<input type="text" name="model_search" style="width: 100%; padding: 5px" autocomplete="off" />
</td>
Current appearance:
Desired appearance:
Here's a fiddle link for you to experiment with and troubleshoot: http://jsfiddle.net/kelu/DbXy5/5/