我试图在我的页面中居中一个div,但是我有一个非常特殊的布局,它不能让我用常规的页边距居中:汽车属性。我所拥有的,基本上是这样的:
HTML:
<div id="container">
<div id="sidebar">
some text
</div>
</div id="content">
some text
</div>
</div>
CSS:
#container{
margin: 0 auto
我无法用嵌入的CSS在表中对Javascript添加的图像进行居中。请让我知道如何修复CSS,使在表中的图像是居中。我试着将边缘属性设置为图像的auto,但是表中的图像没有居中。
<html>
<head>
<title>Today's Events at the TRU Union</title>
<style>
p {text-align: center;}
table {display: block; margin: auto;}
body img{display:
我有一个div,里面有很多东西,我想要做的是在上面放一个图像,居中。我的基本布局如下所示:
<div>
<img style="display:block; position: absolute; top:50%; left:50%; margin-top:-33px; margin-left:-33px;" src="Images/ajax-loader_001.gif" />
<!-- a bunch of tables and stuff that doesn't have a conveniently