一个网站宽度960px,如何用css布局让抬头的图片在中间显示

html-css010

一个网站宽度960px,如何用css布局让抬头的图片在中间显示,第1张

上面的图片

<table width=100%>

<tr>

<td align='right'><img src="hao123.jpg"/><td>

<td align='left'><img src="1.jpg"/><img src="2.jpg"/><td>

</tr>

</table>

中间的导航栏

<div width=100%>导航栏</div>

body {margin:0px}

.divbig{margin:0px auto

width:960px

height:auto

}

网页四周无边距

大div水平居中

div宽度960像素

div高度自动

这样你在这个DIV里面再嵌套div划分区域 再放置你要放的内容