我正在把这头发拉出来。 http://www.nettunes.co.za/build/contact.php
我在文本输入的末尾有一个用背景图像设置样式的图像,这里是css:
.text_input{
background:url(../images/forms/text_input_back.png) top left no-repeat;
width:479px;
border-style:none;
font-size:18px;
color:#cacaca;
padding-top:12px;
padding-bottom:12px;
padding-left:15px;
}
在除Firefox之外的所有浏览器中,对齐都很好。在firefox中,文本输入末尾的图像是1px太低。
这里的任何帮助都会受到大力赞赏,
谢谢
答案 0 :(得分:0)
从padding-top
移除padding:bottom
和.text_input
,然后使用height:45px;