fix for moving background of input fields
- July 23rd, 2007
- css, Snippet-library
This little fix helps when you encounter that when a background image is applied to the form element and the typed characters are exceeding the width of background, it starts moving the background image on Internet Explorer.
This little fix helps when you encounter that when a background image is applied to the form element and the typed characters are exceeding the width of background, it starts moving the background image on Internet Explorer. <code class="prettyprint"> background: #012A56 url("img/loginField.png") no-repeat; background-attachment:inherit !important; background-attachment/* */:/**/fixed; </code>
















Submit your comment