Jump to content
  • 0

Контет скатывается в ие


musulman
 Share

Question

12 answers to this question

Recommended Posts

  • 0

И с чего бы это?

 <li><a href="#" title="Кубышка желтая">Кубышка желтая</a></li>
<img src="images/sor-pic.gif" title="Лесные растения"></a>
<li><a href="#" title="Белена Черная">Белена Черная</a></li>

Что за бред то?

Link to comment
Share on other sites

  • 0

Как мне кажется, причины может быть две. 1) плавающие элементы используются, после них надо добавить что-то вроде

. 2) IE с шириной вечно косячит, порой достаточно уменьшить ее на 1% и все становится нормальным.
Link to comment
Share on other sites

  • 0

html

<div class="text">

<h1>Покров Земли</h1>
<span>11 января 2008г.</span>

<p>TEX TEXT TEXT TEXT </p>
<p>TEX TEXT TEXT TEXT </p>
<p>TEX TEXT TEXT TEXT </p>
<p>TEX TEXT TEXT TEXT </p>

</div>

css

.text {
float: left;
width: 600px;
padding-left: 50px;
overflow: hidden;
zoom: 1;
background: url(images/bg_cont.jpg) repeat-y;
}
.text h1 {
color: #157508;
font-size: 18px;
padding-left: 5px;
}
.text span {
color: #224a9b;
font-size: 15px;
padding-left: 5px;
}
.text p {
color: #1c5c5b;
text-align: left;
padding: 10px 0 10px 30px;
line-height: 20px;
}

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