Jump to content
  • 0

Проблема с отступами в контейнере и шириной textarea


0nline
 Share

Question



<html>
<head>
<style type="text/css">
body {margin:0;
padding:0;}
div.container {margin:100px auto;
width:400px;
padding:20px;
border:1px solid black}
p {display:inline}
input {display:block}
textarea {width:400px}
</style>
</head>
<body>
<div class="container">
<form method="post" action="add.php">
<p>Название продукта</p>
<input type="text" name"caption"/>
<p>Категория продукта</p>
<input type="text" name="category"/>
<p style="display:block">Описание продукта</p>
<textarea rows="5">
</textarea>
<input type="submit" value="Добавить"/>
</form>
</div>
</body>
</html>

Я посчитал, что если у меня у контейнера ширина 400px при отступах 20px с каждого края, то для того, чтобы textarea занял целиком блок-контейнер нужно задать ему ширину=400-20*2=360, но если так сделать, то получается, что textarea гораздо меньше чем необходимо.

ширина 360(получилось меньше чем нужно):

f5a8dbacdc6b5044221c69ff6c7e89c4.png

ширина 400(получилось как надо):

e1a67ddbe924884d4f06edc4c027d9e9.png

Edited by 0nline
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Я имел ввиду не целиком блок, а весь блок не считая отступов.

Кстати, спасибо за проценты, совсем забыл. Но все равно, хотелось бы разобраться с отступами...

Почему при ширине 360px не заполнились свободное пространство контейнера?

Link to comment
Share on other sites

  • 0

Я имел ввиду не целиком блок, а весь блок не считая отступов.

Кстати, спасибо за проценты, совсем забыл. Но все равно, хотелось бы разобраться с отступами...

Почему при ширине 360px не заполнились свободное пространство контейнера?

Потому что у вас ширина внутренней доступной области контейнета 400px, а не 360. Вы же сами написали: width:400px;

Воспользуйтесь dom-инспектором, встроенным в ваш браузер (F12, Ctrl+Shift+I), в нем можно наглядно увидеть что и откуда берется.

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