现在的位置: 首页 > 综合 > 正文

我为设计疯狂

2013年10月23日 ⁄ 综合 ⁄ 共 1572字 ⁄ 字号 评论关闭

<!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>
<style type="text/css">
body {
    background-color:#002088;
}

.dash_adorn {
background-color:#CCFF00;
width: 3px;
height: 20px;
opacity: .5;
filter: Alpha(opacity=50);
margin-left:198px;

}

.dash_adorn i {
display: block;
height: 6px;
overflow: hidden;
margin-bottom: 3px;
background-color: white;
}
</style>
</head>
<body>
<center>
  <div style="border:solid 1px #000; width:90%; height:500px; text-align:left">
    <div style="float:left; width:200px; height:100%;">
      <div style="width:200px;">
        <div style="width:100%;height:200px; text-align:center; vertical-align:central; background-color:#FFF;"> <img src="images/1.jpg" width="236" height="169"  style=" max-width:180px; max-height: 180px;  margin:10px 10px 0px 10px; " ></br>冰冻一千年</div>
      </div>
      <div style="width:200px;height:50%;">        
<div class="dash_adorn"><i></i><i></i><i></i><i></i></div>
        <div style="float:right; width:3px;height:100%; display:block; background-color:#333; margin-top:2px "></div>
<div style="float:left; width:90%;height:100%; background-color:#FFFFCC; position:relative; ">left-bottom</div>
      </div>
    </div>
    <div style="float:left; height:300px; background-color:#663366;  position:static">
      <div style="width:100%;height:70%;">右1行</div>
      <div style="width:100%;height:30%;">
        <div style="float:left; width:100%;height:100%; background-color:#36C; position:absolute; ">h</div>
      </div>
    </div>
  </div>
</center>
</body>
</html>

【上篇】
【下篇】

抱歉!评论已关闭.