Jump to content
  • 0

Форма входа в 1 ряд


Евгений_SB
 Share

Question

Ребят Здравствуйте помогите пожалуйста, верстаю макет столкнулся с такой проблемой 

есть форма входа в шапке мне нужно расположить её в 1 ряд пока она так 

5132212m.png

 

в psd макете вот так 

 

5136308m.png

 

код html 

<form name="input" method="post" action="#">        		<p>Логин</p>        		<input name="login" type="text" class="logPas">        		<p>Пароль</p>        		<input name="password" type="password" class="logPas">        		<br>        		<input name="submit" type="submit">

в коде css пока написал так 

}input:focus {    outline:none;}.logPas {	width: 90px;	border-radius: 4px;	border: 1px #98a7b5 solid;}

поскажите как сделать её в одну строку float:left  работает не так как нужно , пока гуглил некоторые советовали обернуть каждый тег формы в div . но насколько я знаю всовывать дивы туда где можно обойтись css не есть хорошо ,может я что то упустил ,подскажите как решить,заранее спасибо)))

Edited by Евгений_SB
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Замечу, что вместо <p>Логин</p> корректнее использовать <label>, связывающий label и input через for и id:

http://htmlbook.ru/html/label.


float:left  работает не так как нужно

А почему не так работают?  Видимо, места не хватает. Можно использовать и <div>, задав свойство display:inline-block; Это совершенно допустимо.

Link to comment
Share on other sites

  • 0

Замечу, что вместо <p>Логин</p> корректнее использовать <label>, связывающий label и input через for и id:

http://htmlbook.ru/html/label.

 

 

float:left  работает не так как нужно

А почему не так работают?  Видимо, места не хватает. Можно использовать и <div>, задав свойство display:inline-block; Это совершенно допустимо.

 

да спасибо воспользовался вашим советом помогло)))

Edited by Евгений_SB
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