首 页
网络学院
视频教程
资源下载
HOT
实例教程
图文教程
专题中心
学习社区
繁體中文
当前位置:
首页
>
图文教程
>
网页制作
>
CSS样式表
> CSS 进度条实现代码
CSS样式表
css制作有立体效果的表格
HTML验证的好处?
如何实现FireFox文本自动换行
CSS让图片垂直居中和底端对齐的代码
DIV CSS布局浏览器兼容的问题
介绍我知道的hack方法
display:inline | block |inline-block
white-space:nowrap的应用
CSS缩写优化CSS文件的体积
CSS网页设计字体大小(em)探讨
CSS教程:div设置float后高度不自动增加
CSS网页布局强制换行和强制不换行的属性讲解
对话闲聊DIV CSS与WEB标准
最常用的五类CSS选择器
CSS教程:line-height属性的继承
CSS关于初学者的问题
提高CSS的网页渲染效率11个注意点
DIV CSS:网页一行两列背景自适应
CSS将成为网页设计师必备知识
兼容IE和FF的单行溢出文本显示省略号
No.
«
‹
3
4
5
6
›
»
技术文章搜索
关键字
CSS样式表 中的 CSS 进度条实现代码
出处:
互联网
整理:
软晨网(RuanChen.com)
发布:
2009-09-11
浏览: 41 ::
收藏到网摘: n/a
CSS Display与Visibility的不同
css实现div在下拉菜单之上
<style> #graphbox{ border:1px solid #e7e7e7; padding:10px; width:250px; background-color:#f8f8f8; margin:5px 0; } #graphbox h2{ color:#666666; font-family:Arial; font-size:18px; font-weight:700; } .graph{ position:relative; background-color:#F0EFEF; border:1px solid #cccccc; padding:2px; font-size:13px; font-weight:700; } .graph .orange, .green, .blue, .red, .black{ position:relative; text-align:left; color:#ffffff; height:18px; line-height:18px; font-family:Arial; display:block; } .graph .orange{background-color:#ff6600;} .graph .green{background-color:#66CC33;} .graph .blue{background-color:#3399CC;} .graph .red{background-color:red;} .graph .black{background-color:#555;} </style> <div id="graphbox"> <h2>BarGraphs Example</h2> <div class="graph"><span class="orange" style="width:35%;">orange:35%</span></div> <div class="graph"><span class="green" style="width:90%;">green:90%</span></div> <div class="graph"><span class="blue" style="width:75%;">blue:75%</span></div> <div class="graph"><span class="red" style="width:85%;">red:85%</span></div> <div class="graph"><span class="black" style="width:100%;">black:100%</span></div> </div>
提示:您可以先修改部分代码再运行
CSS Display与Visibility的不同
css实现div在下拉菜单之上
评论 (0)
All
登陆
还没注册?