gpt4 book ai didi

html - jscroller up 和 jscroller endless

转载 作者:行者123 更新时间:2023-11-28 15:00:34 25 4
gpt4 key购买 nike

请帮我找到这个编码的解决方案

<div id="side_forums_pane" class="side_pane" style="display:none; height:330px;width:260px">
<div class="jscroller2_up jscroller2_speed-19 jscroller2_mousemove" style="height:105px;align:left;left:2px;right:2px;width:160px;overflow:hidden;">
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
</div>
<div class="jscroller2_up_endless jscroller_speed-19">
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
</div>
</div>

最佳答案

好吧,正如其他人所说,问题不是很清楚,但我确实看到了您归类为“jscroller2_up jscroller2_speed-19 jscroller2_mousemove”的 DIV 的糟糕 CSS 规范。

该 DIV 上有一个内联样式,其中包括“align:left;”

这是无效的。

我认为您的问题是布局问题。您可以尝试通过更正以下内容来解决:

<div id="side_forums_pane" class="side_pane" style="display:none; height:330px;width:260px"> 
<div class="jscroller2_up jscroller2_speed-19 jscroller2_mousemove" style="height:105px; text-align:left; left:2px; right:2px; width:160px; overflow:hidden;">
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
</div>
<div class="jscroller2_up_endless jscroller_speed-19">
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
<b style="text-decoration:underline">Coming Soon..</b><br/>
Your Own Classifieds Section<hr size='1' color='silver'/>
</div>
</div>

注意属性是“text-align”而不是“align”

希望这就是你要找的

关于html - jscroller up 和 jscroller endless,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2424371/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com