全球主机交流论坛
标题:
【300分】求高手代写一段css
[打印本页]
作者:
thymol
时间:
2013-11-22 15:25
提示:
作者被禁止或删除 内容自动屏蔽
作者:
dvbhack
时间:
2013-11-22 15:25
本帖最后由 dvbhack 于 2013-11-22 17:10 编辑
我顺手写了一段,demo在这里:http://www.ofcss.com/cssdemo/simple.html
<!DOCTYPE html>
<html>
<head>
<meta charset="gbk">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<style>
body,div,ul,li,img,a {margin:0;}
ul {padding:0;list-style:none;}
a img {border:0 none;}
.wrap:before,
.wrap:after {
display:block;
content:'';
height:0 !important;
line-height:0 !important;
visibility:hidden;
}
.wrap:after { clear:both;}
.wrap {width:980px;margin:0 auto;*zoom:1;}
.pics {
float:left;
width:340px;
height:90px;
overflow:hidden;
_margin-right:-3px;
}
.script {
width:640px;
height:90px;
overflow:hidden;
*zoom:1;
background:#c00;
}
.pic {
float:left;
margin:0 10px 10px 0;
width:160px;
height:40px;
}
</style>
</head>
<body>
<div class="wrap">
<ul class="pics">
<li class="pic">
<a ><img src="http://fpoimg.com/160x40" width="160" height="40" alt=""></a>
</li>
<li class="pic">
<a ><img src="http://fpoimg.com/160x40" width="160" height="40" alt=""></a>
</li>
<li class="pic">
<a ><img src="http://fpoimg.com/160x40" width="160" height="40" alt=""></a>
</li>
<li class="pic">
<a ><img src="http://fpoimg.com/160x40" width="160" height="40" alt=""></a>
</li>
</ul>
<div class="script">
<script>document.write('这段文字由js插入');</script>
</div>
</div>
</body>
</html>
复制代码
作者:
h0stl0c
时间:
2013-11-22 15:38
1 2 3 4 5 是 div 吗?
作者:
我心碎不了
时间:
2013-11-22 15:40
<style>
.block { height: 90px; width: 980px; background: #000; }
.left { float: left; width: 340px; height: 90px; background: #ddd }
.left .box { float: left; margin: 0 10px 10px 0; background: #ccc; width: 160px; height: 40px; }
.right { float: left; width: 640px; height: 90px; background: #ccc; }
</style>
<div class="block">
<div class="left">
<div class="box">
1
</div>
<div class="box">
2
</div>
<div class="box">
3
</div>
<div class="box">
4
</div>
</div>
<div class="right">
5
</div>
</div>
复制代码
请联系我!
作者:
dvbhack
时间:
2013-11-22 16:44
我心碎不了 发表于 2013-11-22 15:40
请联系我!
(, 下载次数: 0)
上传
点击文件名下载附件
IE6下截图。
作者:
thymol
时间:
2013-11-22 17:06
提示:
作者被禁止或删除 内容自动屏蔽
作者:
我心碎不了
时间:
2013-11-22 17:09
thymol 发表于 2013-11-22 17:06
ie下面有显示不正常,能修改一下么
抱歉,用五楼大神的吧,公司网站不兼容IE6,自己手头也没IE6设备测试~
作者:
thymol
时间:
2013-11-22 17:14
提示:
作者被禁止或删除 内容自动屏蔽
作者:
amo
时间:
2013-11-22 18:06
很简单
作者:
flyfish
时间:
2013-11-22 18:32
看来已经解决了呢。恭喜
欢迎光临 全球主机交流论坛 (https://443502.xyz/)
Powered by Discuz! X3.4