试图让它与我的网站一起使用,查看了一些也遇到此问题的人,但由于某种原因,我无法使其正常工作。这段代码正确吗?我应该开始在其他地方寻找问题,因为当我把它放在一个实际的表中时它可以工作。
通过这样做让它工作=
.headerout
{
width 100%;
text-align: center;
}
.headerin
{
display: inline-block;
}
不告诉这些 div 水平对齐?
<div class="headerout">
<div class="headerin"><div class="phone" style="white-space: nowrap;"> Call Toll Free: 888-674-4044</div>
<div class="phone" ><img src="http://www.mphclub.com/wp-content/uploads/2013/04/quote.png" width="40" height="23"></div>
<div class="phone" ><img src="http://www.mphclub.com/wp-content/uploads/2013/04/reservation1.png" width="40" height="23"></div>
</div></div>
不漂亮,但对我有用。