Jump to content
  • 0

Обтекание элементов


Faran
 Share

Question

Приветствую. Я сделал контейнер

<div id="boxincontainerall">

<div class="bordertheme">

<img src="themes/Tema77.jpg" alt="Тема7777"/>

<ul>

<li>скриншот</li>

<li>Скач</li>

</ul></div>

</div>

Когда вниз я прописываю точно такой же контейнер, то соответственно на странице он под предыдущем контейнером. Где я только не ставил float, всё ломается.

Как сделать так. чтобы у меня выходило по несколько контейнеров в один ряд. Заранее Спасибо.

Edited by Faran
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
Хм, столько людей прочитали пост и никто с таким не сталкивался?

Сначала давай скрин того, что хочешь получить и код, который щас используешь весь, включая ЦСС

Link to comment
Share on other sites

  • 0

.bordertheme {

width:230px;

border: 1px solid black;

margin-top:15px;

}

.bordertheme ul {

list-style-type: none;

padding-left:5px;

text-align: center;

}

.bordertheme ul a {

color: #663333;

text-decoration: underline;

font-size: 12px;

font-weight: bold;

font-family: Verdana, Arial, Helvetica, sans-serif;

}

.bordertheme ul a:hover, .bordertheme ul a:focus {

text-decoration: none;

}

Link to comment
Share on other sites

  • 0
.bordertheme {

width:230px;

border: 1px solid black;

margin-top:15px;

}

.bordertheme ul {

list-style-type: none;

padding-left:5px;

text-align: center;

}

.bordertheme ul a {

color: #663333;

text-decoration: underline;

font-size: 12px;

font-weight: bold;

font-family: Verdana, Arial, Helvetica, sans-serif;

}

.bordertheme ul a:hover, .bordertheme ul a:focus {

text-decoration: none;

}

.bordertheme {

width:230px;

border: 1px solid black;

margin-top:15px;

float:left;

}

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