Jump to content
  • 0

input [type="submit"]


Simel
 Share

Question

Здравствуйте, столкнулся с такой проблемой.

Свойство

#login input [type="submit"] { width: 100px; }

не меняет размер кнопки. Побывал просто предовать id и класс кнопке , тоже не реагирует.

Посмотрите код, подскажите в чем проблема.

HTML


<form id="login" class="x" name="login_form" method="post" action="#" >
<p>Войти</p>
<p>Имя пользователя</p>
<input name="user_name" type="text">
<p>Пароль</p>
<input name="user_password" type="password">
<input name="login_button" type="submit" value="Войти">
<p>Забыли пароль?</p>
</form>

CSS


#login {
float: right;
width: 250px;
border: 1px solid #dadada;
margin: 0px 0px 20px 0px;
padding: 0px 0px 15px 0px;
}

#login p {
padding: 10px 0px 0px 10px;
}

#login input {
padding: 0px 0px 0px 0px;
margin: 10px 0px 10px 10px;
border: 1px solid #dadada;
height: 25px;
width: 170px;
}

#login input [type="submit"] {
width: 100px;
}

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Если хочется поддержки ИЕ7 и есть возможность отредактировать HTML, лучше дать сабмиту класс и обратиться к нему.

ИЕ7 вроде как поддерживает селекторы атрибутов...

Link to comment
Share on other sites

  • 0

Если хочется поддержки ИЕ7 и есть возможность отредактировать HTML, лучше дать сабмиту класс и обратиться к нему.

В ИЕ7 есть поддержка селекторы атрибутов.

Edited by psywalker
Как всегда, девушки вперёд :)
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