当前位置:编程学习 > html/css >>

css修饰美化 input 使用背景图片代码和方法

解决 Input 背景图片固定问题 
对于文本框input的背景在超过宽度时,也能正常显示,
网上的很多方法都不是很好,要么就是页面结构复杂了,要么就兼容性差,
其实,很简单,只需要:
<INPUT  style="background:url(/images/searchInput.png) no-repeat bottom right;"  size=20 name=name> 
关键的就是将背景设为:bottom right

就可以了!


如何在表单的INPUT输入框中增加一个背景图片,让输入框看上去更切合实际,更人性、更漂亮美观

<INPUT  style="BACKGROUND-IMAGE: url(/images/zzzyk.jpg); BACKGROUND-REPEAT: no-repeat"  size=20 name=name> 

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,