你的心应该保持这种模样,略带发力的紧张,不松懈,对待不定有坦然。损伤是承载,沉默是扩展。终结是新的开始。如此,我会为你的心产生敬意。
以下为css样式: 复制代码
代码如下:div{
margin-bottom: 10px;
clear:both;
word-break:break-all;
word-wrap:break-word;
}
复制代码
代码如下:<pre name="code" class="css"><!--width指定每个div占据的宽度--></pre>.custom_div{height: 23px;width: 50px;line-height: 23px;float: left;}
<pre></pre>
以下为html代码:
[code]
<pre name="code" class="html">
<div id="pid">
<div id="d1" class="custom_div">jelly1</div>
<div id="d2" class="custom_div">jelly2</div>
<div id="d3" class="custom_div">jelly3</div>
</div></pre>
到此这篇关于让多个div在同一行显示的样式及html代码就介绍到这了。人生之路多坎坷,摔个跟头别难过,爬起来,掸掸土,前方就是一片乐土。更多相关让多个div在同一行显示的样式及html代码内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!