1,文本框背景图固定问题 2,文本框光标定位问题
环境:在IE8里面,默认在兼容性视图下。
问题1:输入内容过长,图片便会被挤走。
问题2:鼠标点进去的时候,光标并没有闪烁在文本框中。而是偏移了出去。
写了一个精简的例子,希望有位高手可以帮助解决一下。
下载地址:http://download.csdn.net/detail/papaver_flower/4592947
[解决办法]
14行
.serch_ipt{ width:111px; height:24px; border:none;line-height:24px;padding-left:5px; overflow:hidden; background:none;}
[解决办法]
.serch_ipt{background:url(../img/srch_ipnt.jpg) center right;width:116px; height:24px; border:none;text-indent:6px; line-height:24px;}