Jump to content
  • 0

проблема IE и white-space:nowrap


eltoro
 Share

Question

изначально нужно было вывести отзывы пользователей в бегущую строку, проблема возникла на этапе самого вывода, было перепробовано множество вариантов, и с использованием <nobr>, и с white-space:nowrap и display:inline-block; все свелось к тому, что все браузеры отображают отзывы как нужно в одну строку, а IE упорно выводит каждый новый комментарий в новой строке(посмотреть можно тут)

сейчас вывод строки выглядит следующим образом

 <marquee style="white-space:nowrap; display:inline-block; *display:inline; width:100%; padding:4px; border:1px solid #f2f2f2; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:14px; " onmouseout="this.start();" onmouseover="this.stop();" scrollamount="3"> 

{custom category="8" template="customtemplate" aviable="global" from="0" limit="5" cache="no"}

</marquee>

customtemplate это часть шаблона и выглядит вот так

<div class="marg_box">
{include file="engine/modules/lastcommentsb.php"}
</div>

CSS к этой радости выглядит так

.marg_box div.pzdec {float: left;}

на всякий случай доктайпы..

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">

если у кого-то есть какие-то соображения на этот счет, то буду признателен

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

написал пост отчаявшись решить вопрос своими силами, но решение нашлось

CSS должен выглядеть вот так

.marg_box div.pzdec {display: inline-block;}

}

если у кого-то будут еще варианты - буду признателен, так-как нет предела совершенству

правда есть одно маленькое "но".. это не работает для IE 6

Edited by eltoro
Link to comment
Share on other sites

  • 0

Х.З. IE DebugBar под рукой нет, может он переносит блок вниз, потому что они оба не влезают по ширине в родителя? (попробуйте строки до 250px уменьшить)

шестому (да и седьмому) просто display:inline поставьте

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