zoukankan
html css js c++ java
CSS条状图表:垂直型
<
style
>
#vertgraph
{
}
{
width
:
378px
;
height
:
207px
;
position
:
relative
;
background
:
url("http://www.ximicc.com/attachments/month_0803/52008310134528.gif") no-repeat
;
}
#vertgraph ul
{
}
{
width
:
378px
;
height
:
207px
;
margin
:
0
;
padding
:
0
;
}
#vertgraph ul li
{
}
{
position
:
absolute
;
width
:
28px
;
height
:
160px
;
bottom
:
34px
;
padding
:
0 !important
;
margin
:
0 !important
;
background
:
url("http://www.ximicc.com/attachments/month_0803/u200831013462.jpg") no-repeat !important
;
text-align
:
center
;
font-weight
:
bold
;
color
:
white
;
line-height
:
2.5em
;
}
#vertgraph li.high
{
}
{
left
:
24px
;
background-position
:
0px bottom !important
;
}
#vertgraph li.low
{
}
{
left
:
101px
;
background-position
:
-28px bottom !important
;
}
#vertgraph li.lower
{
}
{
left
:
176px
;
background-position
:
-56px bottom !important
;
}
#vertgraph li.medium
{
}
{
left
:
251px
;
background-position
:
-84px bottom !important
;
}
#vertgraph li.info
{
}
{
left
:
327px
;
background-position
:
-112px bottom !important
;
}
</
style
>
<
div
id
="vertgraph"
>
<
ul
>
<
li
class
="high"
style
="height: 160px;"
>
16
</
li
>
<
li
class
="low"
style
="height: 70px;"
>
7
</
li
>
<
li
class
="lower"
style
="height: 30px;"
>
3
</
li
>
<
li
class
="medium"
style
="height: 80px;"
>
8
</
li
>
<
li
class
="info"
style
="height: 20px;"
>
2
</
li
>
</
ul
>
</
div
>
原文来自:http://www.ximicc.com/article.asp?id=77
查看全文
相关阅读:
Android中内容观察者的使用---- ContentObserver类详解 (转)
Android应用中使用及实现系统“分享”接口
logcat的调试 比较有用的几个命令
ASP.NET AJAX入门系列(10):Timer控件简单使用
ASP.NET AJAX入门系列(9):在母版页中使用UpdatePanel
ASP.NET AJAX入门系列(8):自定义异常处理
ASP.NET AJAX入门系列(7):使用客户端脚本对UpdateProgress编程
ASP.NET AJAX入门系列(6):UpdateProgress控件简单介绍
ASP.NET AJAX入门系列(5):使用UpdatePanel控件(二) UpdatePanel
ASP.NET AJAX入门系列(4):使用UpdatePanel控件(一)
原文地址:https://www.cnblogs.com/youth0826/p/1233952.html
最新文章
SQL server 查询某个表在哪些存储过程(SP)中使用到
SQL Server xtype的介绍
C# 方法 虚方法的调用浅谈 引用kdalan的博文
Java中static方法
android 中的Context(一)
phonegap在eclipse上的安装
尝试安卓与js交互
webview加载本地页面
软件需求分析模板
安卓小记(调用系统自带的部分功能)
热门文章
基于Android SDK安装PhoneGap框架
eclipse-html插件的安装
JFileChooser
Android Intent.FLAG_NEW_TASK详解,包括其他的标记的一些解释
Android 高手进阶之自定义View,自定义属性(带进度的圆形进度条)
android 桌面透明
android 动态壁纸开发
Android 4.1 设置默认开机动态壁纸
android Launcher源码解析07:Workspace 02——设置壁纸
Android静态注册内部类广播BroadcastReceiver
Copyright © 2011-2022 走看看