padding a text input in IE… possible?

前端 未结 9 1368
逝去的感伤
逝去的感伤 2020-12-14 07:54

I have a text input with a search buton absolute positioned over it... to make space for the button I used some padding to keep the text from going under the button, which i

9条回答
  •  失恋的感觉
    2020-12-14 08:46

    You'll have to use float: left/right on '#mainPageSearch input' before you can apply padding/margin.

提交回复
热议问题