I am really struggling with this issue and it's driving me crazy.
The problem lies with an image positioned at the end of a text input, styled using CSS. Here is the code snippet:
.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;
}
Interestingly, the alignment looks perfect in all browsers except Firefox. In Firefox, the image appears to be 1px lower than expected.
If anyone can offer some guidance or assistance on this matter, I would greatly appreciate it.
Thank you so much for your help.