Jump to content
  • 0

форма вылезает за пределы дива


case
 Share

Question

есть div, фиксированный по высоте, в котором находится простая форма логин/пасс:

943f25a3fe4fbf3268d028719c1f6325.png

.login_form {

color: white;
margin-top:0px;
background: #3c3c3c;
background-image:url('pattern.png');
height: 29px;
border-color: #5a5a5a;
border-width: 1px;
border-style: solid;

float:center;
}
-->

как можно заставить форму вписываться в границы дива?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Можно побольше кода или адрес страницы

PS: А что это за значение такое "center" у свойства float?

Пардон, это опечатка, там none конечно :)

вот, чтобы протестить, сделал два отдельных файла.

test.html:

<HEAD>
<link rel="stylesheet" href="test.css" type="text/css"/>
<style type="text/css">
</style>
</HEAD>
<BODY>
<div class="login_form">
<FORM ACTION="Login.php" METHOD="POST">
<label for="login">Login:</label>
<INPUT TYPE="TEXT" NAME="usrname" size="10"/>
<label for="pass">Password:</label>
<INPUT TYPE="PASSWORD" NAME="pass" size="10"/>
<button type="submit"> Submit!</button>
<IMG src="register_button.png" alt="register" height="30" width="100" onclick="location.href='register.php';" style="cursor: pointer;">
</FORM>
</div>
текст текст текст
</BODY>

test.css

<!--
.login_form {

color: white;
background: #3c3c3c;
background-image:url('pattern.png');
height: 29px;

border-color: #5a5a5a;
border-width: 1px;
border-style: solid;

float:none;
}
-->

результат тот же. Я так понимаю, форма не подчиняется никаким командам css, в ней всегда присутствует небольшой отступ

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