公告

更新

 

互联网 JS控件 按钮 黑色 灰色 白色 蓝色 绿色 黄色 橙色

> Css > 页面应用

DIV+CSS打造进度条效果
0
作者:vip_260     来源:未知     日期:2010/1/26 16:07:04     人气:      标签:

演示效果截图

DIV+CSS打造进度条效果

HTML代码

<style type="text/css">
a { color:#000; }
</style>
<div style=" position:relative; border:1px #CCC solid; 
height:28px; width:500px; margin:0 auto; padding:1px">
  <div style=" background:#3F9; height:28px; width:200px"></div>
  <strong style=" position:absolute; width:500px; top:7px; 
  text-align:center; overflow:hidden">当前进度1000,下个进度2000</strong>
  </div>
<h3 align="center"><a href="http://www.v404.cn">www.v404.cn</a></h3>

效果演示/代码下载

在线演示
源码下载
Copyright 2008 网站频道 All Rights Resverved.
提供:网页特效 JS广告 网站截图 酷站推荐 交流群:3506863
     页面执行时间0.0781秒 查询数据库7次