C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
<!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" />
<style>
body { margin:0; text-align:center}
#nav { background: #99FF99; height: 60px;width:1000px;float:none; }
#nav UL LI{ float:left;BORDER-LEFT: #497ab9 1px solid;BORDER-RIGHT: #2a5293 1px solid;}
#mainContent { background: #99FF99; height: 60px;width:1000px;float:none; }
#side { background: #99FF99; height: 300px; width: 120px; float: left; }
#side1 { background: #99FF99; height: 300px; width: 120px; float: right; }
#main { background: #99FFFF; height: 300px; margin:0 120px 0 120px; }
#foot { background: #99FF99; height: 60px;width:1000px;float:none; }
</style>
</head>
<body>
<div id="nav">
<UL>
  <LI class="start "><A href="http://www.shiming8.com/">首页</A> </LI>
  <LI><A href="http://www.shiming8.com/news/%22%3EIT资讯</A> </LI>
  <LI class=current><A href="http://www.shiming8.com/developer/">程序开发</A> </LI>
  <LI><A href="http://www.shiming8.com/os/">操作系统</A> </LI>
  <LI><A href="http://www.shiming8.com/sysapp/">应用技术</A> </LI>
  <LI><A href="http://www.shiming8.com/database/">数据库</A> </LI>
  <LI><A href="http://www.shiming8.com/designer/">平面设计</A> </LI>
  <LI class="end "><A href="http://www.shiming8.com/media/">媒体动画</A> </LI>
  </UL>
  </div>
<div id="mainContent">
<div id="side">此处显示 id "side" 的内容</div>
<div id="side1">此处显示 id "side1" 的内容</div>
<div id="main">此处显示 id "main" 的内容</div>
</div>
<div id="foot">页脚</div>
</body>
</html>
posted on 2011-06-01 14:19  王德田  阅读(760)  评论(0编辑  收藏  举报