Textbox background image pushing out in IE 6 & IE 7

核能气质少年 提交于 2019-11-29 16:27:27

A classic IE bug..

There is no clean workaround. You have to wrap the input in another element such as a div, and apply the background to that instead.

See in IE7: http://jsfiddle.net/P47sa/3/

Here's a random page on the Internet that agrees with me: http://blogs.creative-jar.com/post/Input-backgrounds-scrolling-in-IE.aspx

If your page makes heavy use of JavaScript/jQuery, you could use that to apply the fix instead of cluttering up the HTML.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!