61,129
社区成员




]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>new document </title>
<meta name="generator" content="editplus" />
<meta name="author" content="Gao YiXiang" />
<meta name="email" content="yixianggao@126.com" />
<meta name="keywords" content="javascript dhtml dom" />
<meta name="description" content="I love web development." />
</head>
<body leftmargin="0" topmargin="0">
<div id="div1" style="position: relative; width: 100px; left: 50px; top: 100px; border: 1px dotted blue;">
<div id="div2" style="margin: 10px 0px 0px 10px; background-color: red;">
Inner caption<br />
Inner caption<br />
Inner caption<br />
</div>
<div id="div3" style="margin: 10px 0px 0px 10px; background-color: #FFFF33">
this div is relatived to which??
</div>
</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>new document </title>
<meta name="generator" content="editplus" />
<meta name="author" content="Gao YiXiang" />
<meta name="email" content="yixianggao@126.com" />
<meta name="keywords" content="javascript dhtml dom" />
<meta name="description" content="I love web development." />
</head>
<body leftmargin="0" topmargin="0">
<div id="div1" style="position: relative; width: 100px; left: 50px; top: 100px; border: 1px dotted blue;">
<div id="div2" style="position: relative; width: 100px; left: 10px; top: 10px; background-color: red;">
Inner caption<br />
Inner caption<br />
Inner caption<br />
</div>
<div id="div3" style="position: relative; left: 10px; top: 20px; background-color: #FFFF33">
this div is relatived to which??
</div>
</div>
</body>
</html>