我正在把我的头发拔掉。
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。

任何帮助,我们将不胜感激,

谢谢

最佳答案

padding-top删除padding:bottom.text_input并改用height:45px;

关于css - 文本输入和图像Firefox对齐问题,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3798132/

10-13 01:10