摘要: <!doctype html><html><head><meta charset="utf-8"><title>自身浮动法</title><style> .parent{ margin:auto; background:#09F; } .left{ width:200px; height:200px; background:#369; float:left; } .right{ width:250px; height:200px; background:#C0C; float:right; 阅读全文
posted @ 2012-09-30 22:04 念在三角湖畔 阅读(386) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html><head><meta charset="utf-8"><title>绝对定位法</title><style> .parent{ margin:auto; background:#09F; position:relative; } .left{ width:200px; height:200px; background:#369; position:absolute; left:0; top:0; } .right{ width:250px; hei 阅读全文
posted @ 2012-09-30 09:47 念在三角湖畔 阅读(996) 评论(0) 推荐(0) 编辑
念在三角湖畔|97532151@qq.com