DIV+css 这个效果是怎样实现的

来源:百度知道 编辑:UC知道 时间:2024/06/30 12:10:46
那位高手能告诉我用DIV实现这个效果!!!!!!!!!!!!!!

<!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=gb2312" />
<title>无标题文档</title>
</head>

<body>
<table width="960" height="105" border="0" cellpadding="0" cellspacing="1" bgcolor="#9A81CC">
<tr>
<td bgcolor="#F9F6FF"> </td>
<td bgcolor="#F9F6FF"> </td>
</tr>
<tr>
<

<!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=gb2312" />
<title>无标题文档</title>
</head>
<style>
.outB{border-left:1px solid #9A81CC;border-top:1px solid #9A81CC;background:#F9F6FF;width:202px;}
.inB{border-right:1px solid #9A81CC;border-bottom:1px solid #9A81CC;width:100px; float:left;}
</style>
<body>
<div class="outB">
<div class="inB"></div>
<div class="inB"></div>