Jump to content
  • 0

Заполнить пространство точками


lyapun
 Share

Question

Здраствуйте!

Уже 2 дня ломаю голову как сверстать такую штуку:

dots.png

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

Помогите, пожалуйста!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
точки фоном сделать

Спасибо. Это я знаю.

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

Не могли бы вы накидать примерный код разметки?

Edited by lyapun
Link to comment
Share on other sites

  • 0
точки фоном сделать

Не верю.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
* { margin: 0; padding: 0;}
.menu { width: 50%; margin: 0 auto; list-style: none;}
.menu li {
border-bottom: 1px dotted #000;
position: relative;
padding-right: 40px;
margin: 3px 0;
}
.menu li span { background: #fff; position: relative; bottom: -.3em;}
.menu li input { padding: 0 5px; position: absolute; right: 0; bottom: -.3em;}


</style>
</head>

<ul class="menu">
<li><span>Тут очень много текста</span><input type="submit" value="+1"></li>
<li><span>Тут очень много текста</span><input type="submit" value="+1"></li>
<li><span>Тут очень много текста</span><input type="submit" value="+1"></li>
</ul>
<body>
</body>
</html>

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