好得很程序员自学网

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

css一个奇怪的小问题_html/css_WEB-ITnose

我在做一个三列布局,简单要求整体居中,然后左右两列固定宽度,中间一列自适应。
然后我的代码是这个
   	 	 三列布局 	 		body{ margin:0; padding:0;}		.con{width: 800px;margin: 0 auto;background-color: #ccc;position: relative;color: #000}		.left{border:1px solid #333;padding:10px;width: 200px;height: 500px;background-color: transparent;position: absolute;left: 0;top: 0}		.center{border:1px solid #333;padding:10px;background-color: transparent;height: 500px;margin: 0 325px 0 225px;}		.right{border:1px solid #333;padding:10px;width: 300px;height: 500px;background-color: transparent;position: absolute;right: 0; top: 0;}	   	

查看更多关于css一个奇怪的小问题_html/css_WEB-ITnose的详细内容...

  阅读:31次