作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
想把它放在页面的中央,但我还不知道该怎么做。有什么线索吗?
<div id="footerband">
<div id="footer">
<ul>
<li>About</li>
<li>Website by Michael Guerrero</li>
<li class="spacer">Terms & Conditions</li>
<li>KvK: 58274847</li>
</ul>
</div>
</div>
这是CSS:
#footer {
margin: 0 auto;
display: table;
height: 93px;
width: 100%;
text-align: center;
}
#footer li {
display: table-cell;
height: 93px;
width: 16.666666667%; /* (100 / numItems)% */
line-height: 87px;
text-align: center;
white-space: nowrap;
}
最佳答案
尝试将此添加到您的 CSS:
ul {
width: 70%;
margin: auto;
}
关于html - 我将我的 ul li 添加到一个单元格中,但它粘在左边,希望表格显示在中间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21589385/
查看此页面:http://jsbin.com/itufix使用 IE(页面自动启用 IE7 模式)。 在这里您将找到如何使用显示 block 呈现内联元素(输入和跨度)的示例。所有元素的边距和填充都设
我有一个自定义的 UITabvleViewCell,其中有一个 UIImageView。当在 cellForRowAtIndexPath 中设置单元格时,我可以很好地设置图像(尽管我没有),但是在某些
我是一名优秀的程序员,十分优秀!