Jump to content
  • 0

проблема с Ul


knocc
 Share

Question

Возник вопрос.

есть блок:


<div id="news">
<ul>
<li><p>Раз</p></li>
<li><p>Два</p></li>
<li><p>Три</p></li>
<li><p>4</p></li>
</ul>
<br class="clearfloat">
</div>

Вот такие стили для этого блока.

.page #news{

margin: 0 auto;

width: 750px;

padding: 0px;

}

/*.page #news ul{margin: 0; padding: 0; border: #006633 dotted 1px; display: block;}*/

.page #news li{

float:left;

margin: 0px 0px 10px 20px;

width: 350px;

height: 150px;

/*border: dotted 1px #5d9b30;*/

}

Вопрос вот в чем, список получается колонками, но он выпадает из блока <div> и <ul>

Как бороться с этим?

и еще вопрос.

если блоки <li> ди получаются разной высоты, они отображаются не ровно, но если зафиксировать высоту блока, все норм, но мне нужно чтоб высота была разной. Уже всю голову сломал, не получается, мож кто подскажет?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Возник вопрос.

есть блок:


<div id="news">
<ul>
<li><p>Раз</p></li>
<li><p>Два</p></li>
<li><p>Три</p></li>
<li><p>4</p></li>
</ul>
<br class="clearfloat">
</div>

Вот такие стили для этого блока.

.page #news{

margin: 0 auto;

width: 750px;

padding: 0px;

}

/*.page #news ul{margin: 0; padding: 0; border: #006633 dotted 1px; display: block;}*/

.page #news li{

float:left;

margin: 0px 0px 10px 20px;

width: 350px;

height: 150px;

/*border: dotted 1px #5d9b30;*/

}

Вопрос вот в чем, список получается колонками, но он выпадает из блока <div> и <ul>

Как бороться с этим?

и еще вопрос.

если блоки <li> ди получаются разной высоты, они отображаются не ровно, но если зафиксировать высоту блока, все норм, но мне нужно чтоб высота была разной. Уже всю голову сломал, не получается, мож кто подскажет?

1) .page #news {overflow: hidden;}

2) Сделай Дисплей:инлайн-блоками, чтобы учитывать высоту

Link to comment
Share on other sites

  • 0

Спасибо, нашел.

UPD:

<style>
li {
width: 200px;
min-height: 250px;
border: 1px solid #000;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 5px;
zoom: 1;
*display: inline;
_height: 250px;
}
</style>

<li>
<div>
<h4>This is awesome</h4>
<img src="http://" >
</div>
</li>

Edited by knocc
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