Jump to content
  • 0

Кроссбраузерность (Three pixels text jog)


termoplus
 Share

Question

Сайт проходит валидацию, а вот дрим ругается на кроссбраузерность Three pixels text jog.

Ошибку выдает на абсолютное позиционирование дива:

.circle_home {

height: 25px;

width: 27px;

position: absolute;

left: 305px;

bottom: 0px;

}

как исправить?

спасибо

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0
Я про 3px text jog при абс. позиционировании ни разу не слыхал, это для float-ов обычная проблема (в IE6). Можно более подробный пример кода и текст ошибки?

да 99% там нет ошибки.. а просто "программка" выпендривается..

Link to comment
Share on other sites

  • 0

termoplus

Сайт проходит валидацию, а вот дрим ругается на кроссбраузерность Three pixels text jog.

Я бы тебе посоветовал никогда не проверять сайт на Валидность в Дриме и прогах наподобии, для этого есть специальный сайт: http://validator.w3.org/ или поставь расширение для ФФ, тоже хорошая штука :rolleyes:

Link to comment
Share on other sites

  • 0

да все у меня установлено для ФФ, в дриме проверяю только на кроссбаузерность. с валидацией у меня проблем нет.

ща скоро еще тоему открою, опять глюк

и все же, кто сталкивался с такой ошибкой?

Edited by termoplus
Link to comment
Share on other sites

  • 0

это и есть весь код для элемента.

простыми словами, картинка выравнивается абсолютным позиционированием.

типа меню, и на выбранной вкладке, появляется картинка ниже (просьба не комменитировать этот способ), другого выхода добиться моего результата не было

Link to comment
Share on other sites

  • 0

страница в стадии разработки, поэтому высылаю блок где выявлена ошибка:

<div id="menuNav">

<ul>

<li><a href="#" class="menuTopHover"> link </a></li>

<li><a href="#">link</a></li>

<li><a href="#"> link </a></li>

<li><a href="#"> link </a></li>

<li><a href="#"> link </a></li>

<li><a href="#"> link </a></li>

</ul>

<img src="images/menu_circle.jpg" alt="" width="27" height="25" class="circle_home" />

</div>

И все-таки, можно процитировать "выпендреж" дрима полностью? Может, там еще какие куски кода упоминаются?

When anonymous line boxes (boxes that contain inline content) are adjacent to a float, a 3px gap appears between the line box and the edge of the float. This gap disappears when the content clears the float, causing the content to "jog" three pixels in the direction of the float. Note that the gap may be difficult to see when left-aligned text is adjacent to a right float, but it does exist -- and it can lead to "float drop" in tight layouts.

Affects: Internet Explorer 6.0

Likelihood: Likely

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