天天看點

div左圖右文布局效果

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="www.w3.org/1999/xhtml">

<head>

<title>涓??界???垮ぉ绌?缃?椤電?規??-?舵????棰?-??棰???涓?????璁℃??lt;/title>

<meta http-equiv="content-Type" content="text/html;charset=gb2312">

<!--??涓???唬??????lt;head>涓?</head>涔???->

<style type="text/css">

* {

?? ?margin:0;

?? ?padding:0;

}

img {

?? ?height:100px;

?? ?width:100px;

?? ?border:1px solid #ccc;

?? ?padding:2px;

}

h3 {

?? ?font-size:12px;

?? ?color:#09c;

?? ?line-height:2em;

}

p {

?? ?font-size:12px;

?? ?text-indent:2em;

?? ?line-height:1.5em;

}

#container {

?? ?width:300px;

?? ?margin:0 auto;

?? ?margin-top:10px;

?? ?padding-right:3px;

?? ?border:1px dotted #666;

?? ?position:relative;

}

#leftContent {

?? ?position:absolute;

?? ?top:4px;

?? ?left:4px;

}

#rightContent {

?? ?margin-left:120px;

}

</style>

</head>

<body>

<!--??涓???唬??????lt;body>涓?</body>涔???->

<div id="container">

? <div id="leftContent"><img src="http://www.zzsky.cn/effect/images/200810130850.gif"></div>

??? <div id="rightContent">

????? <h3>??娓鎬?瀵ㄦ?</h3>

????? <p>??姹?????搴??闆?????璺?锛?????????????棣?楦?8??/浠斤?姝よ???抽???ㄩ????涓?锛????ㄤ?褰?骞寸??绔ュ??楦★?绐??鴻??棣??籌???澶?璇變漢??楦$????????椴?锛???寮?姣?杈?璇變漢锛?绋???浜??彙??</p>

??? </div>

? </div>

</div>

</body>

</html>