好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

IE与firefox居中兼容问题_html/css_WEB-ITnose

  	 		body,div,ul,li{	margin:0px;	padding:0px;	}		body{background-image:url(pic/clouds.gif);	background-repeat:no-repeat;	background-position:center top;}		.navigation{	width:1000px;height:54px;	background:#383838;margin:20px auto 0px;}		.navigation ul{width:1000px;height:54px;}		.navigation ul li{list-style:none;	float:left;	text-align:center;	height:54px;	line-height:54px;	}		.navigation ul li a{	text-decoration:none;	display:block;padding:0px 5px;	color:#ffffff;float:left;font-size:12px;width:76px;font-family:"宋体";	}		.navigation ul li a:hover{background:url("pic/navHoverBg.png");}		.centerpic{margin:10px 0px;/*不知为何auto不能居中,只能用下面的居中*/			text-align:center;}		.content{	width:1000px;height:600px;margin:10px auto 0px;background:#cccccc;	}		.left{	width:680px;	height:600px;float:left;	}		.left img{	margin:10px 0 0 10px;}		.left h2{	color:#910800;margin-left:10px;}		.left p{margin-left:10px;text-indent:2em;	}		.right{width:320px;height:600px;float:left;}		.title{			width:299px;			height:32px;			margin-left:10px;			margin-top:10px;			background-image:url("pic/title.jpg");			background-repeat:no-repeat;			color:#ffffff;			padding-left:20px;			line-height:32px;		}		.right ul{	margin-left:30px;	margin-top:10px;	list-style-image:url("pic/dot.gif");}		.right ul li{height:25px;	font-size:16px;}		.bottom{	width:1000px;height:54px;	background:#383838;margin:10px auto 10px;}	   

查看更多关于IE与firefox居中兼容问题_html/css_WEB-ITnose的详细内容...

  阅读:30次