Jump to content
  • 0

div под размер сожержимого


Cooooop
 Share

Question

Здравствуйте, как можно растянуть div по размеру содержимого?


<div class="block_games">
<div class="game_title">
<a href="" class="img_game" rel="bookmark" title="">
<img src="img/test.png" alt="Name Game" height="85" width="85">
</a>
<a href="" rel="bookmark" title="">
<span>
Game
</span>
</a>
</div>
</div>

.block_games{
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
margin: 5px 0px 5px 0px;
padding-top: 5px;
}


.block_games span{
display: block;
text-align: center;
}

.game_title{
float: left;
margin: 0px 5px;
}


.block_games a{
color: #ccc;
}

Картинка

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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