Jump to content
  • 0

вертикальное выравнивание в input


blaga
 Share

Question

Всем привет. Такой вопрос как в ие выровнять по вертикали текст в инпуте.

Код такой:


<div class="searchResort">
<div style="width:158px; margin:0 auto;">
<form method="GET" action="">
<input type="text" id="searchResort" class="formSearchResort" value="Название курорта" onfocus="this.value = '';" onblur="if (this.value == '' || this.value == ' ') this.value='Название курорта' ; ">
</form>
</div>
</div>

ЦСС:


.searchResort {
background:#e5e5e5;
height:33px;
margin: 0 auto;
}
.formSearchResort {
width: 138px;
height: 33px;
background:#e5e5e5 url('../img/formSearchResort.png') no-repeat;
padding:0 10px 0 10px;
border: none;
font-size: 12px;
outline:none;
color:#666666;
font-family:Arial;
position:relative;

}

Дело в том что нельзя использовать line-height т.к. появляется черезчур большой курсор когда наводишь его на инпут.

сейчас поле в ие выглядит так:

Untitled_2.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy