使两个DIV并成一排
作者:cmscn 日期:2009-04-08
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<div style="height:50px; width:200px; border:#FF0000 1px solid;float:left"></div>
<div style="height:50px; width:200px; border:#0000FF 1px solid;float:left"></div>
</body>
</html>
评论: 0 | 引用: 0 | 查看次数: 586
发表评论