Jump to content
  • 0

Форма + кнопка в ие6


Joyfit
 Share

Question

Нигде не могу найти как убрать у формы стандартную рамочку в ие6 и отобразить у кнопки бекграунд.

Html:

 <form class="seacrh" action="#">

<h2>Search</h2>
<input id="line" type="text" value="" />
<input id="button" type="submit" value="" />

</form>

Css:

#main form {
float:left;
padding-left:20px;
}
#main form h2{
color:#FFFFFF;
font-size:16px;
padding-top:15px;
font-weight:bold;
}
#main form #line{
background-image:url(form.png);
background-repeat:no-repeat;
width:170px;
height:21px;
border:none;
color:#FFFFFF;
float:left;
padding-left:5px;
padding-top:5px;

}
#main form #button{
background-image:url(button.png);
border:none;
width:31px;
height:29px;
margin-left:5px;
float:left;
cursor:pointer;
}

http://belyaev-di.narod.ru/business/Capture.PNG - выглядит вот так

Edited by Joyfit
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

У формы (имеется ввиду тэг form) нету не каких стандартных рамочек, есть margin(отступ внешний) по умолчанию. Косательно кнопки отправки почему не воспользоваться:

<input type=image src="button.gif">

Но если вы 100% видите рамочку на каком-то элементе то попробуйте ему присвоить border: none;

Edited by stars
Link to comment
Share on other sites

  • 0
мммм... попробовал вместо кнопки имейдж сделать.. стало при нажатии к ссылке добавлять переменные х и у рандомные >.<

Кнопка сама по себе не какие x и y не добавляет...

<input id="button" type="submit" value="" />

Параметр value у кнопки можно не писать, тем более у вас XHTML 1.0 Transitional

Касательно IE попробуйте сделать замену

#main form #line{   => input#line {
#main form #button{ => input#line {

Для кнопки в виде картинки я бы все таки делал через type="image"

Edited by stars
Link to comment
Share on other sites

  • 0
Для кнопки в виде картинки я бы все таки делал через type="image"

Чем сабмит с бекграундом не устроил? Ведь на него легко ховер сделать, без JS. А кнопочка с ховером приятнее смотрится. Как говорится - мелочь, а приятно.

Edited by mishka2
Link to comment
Share on other sites

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