English 中文(简体)
文本投入和图像
原标题:Text Input and Image Firefox Alignment Issue

I am pulling me hair out about this one. http://www.nettunes.co.za/build/contact.php

I have an image at the end of a text input that is styled with a background image, here is the 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; }

除火ox外,所有输家的配对都是罚款的。 在火焰中,文本投入结束时的形象太低。

这里的任何帮助都将受到广泛赞赏,

谢谢。

最佳回答

Remove patter-top and pavention:bottom from text_input and use hala:45px; 而是

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Private FireFox plugin

I m looking at getting a FireFox plugin developed - but is it possible to create a plugin that is for private use only, so only those I share it with have it and not open to the masses? Need this for ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Cross-browser development

I m developing a web application for a new service, starting from Firefox 3.5. The interface design is tableless, only using divs + CSS & performance-blessed practices. Now, while being ...

Cross browser way of setting IFrame to "about:blank"?

Does anybody know a proper, cross-browser way to "empty" an IFrame? Is "about:blank" recognized without error across all browsers? Is it valid to give an IFrame an empty src?