CSS实现柱状图其实很简单

 

仁兄司徒正美在这里提到了CSS实现柱状图的方法: http://www.cnblogs.com/rubylouvre/archive/2009/08/08/1541914.html

这里给出我的实现,其实没有那么复杂,请看代码

ContractedBlock.gif ExpandedBlockStart.gif Code
<!doctype html>
<head>
<style>
ul.chart
{padding:0;margin:0;list-style:none;border:1px #ccc solid;height:255px;font-size:9pt;background:#ddf3ff}
ul.chart p
{padding:0;margin:0}
ul.chart .title
{text-align:center;height:25px;line-height:25px;}
ul.chart li
{width:80px;float:left;padding:0;}
ul.chart li:hover
{background:#f7f7f7;}
ul.chart .total
{height:230px;position:relative;}
ul.chart .percent
{background:#f0f;width:20px;position:absolute;left:25px;bottom:0;}
</style>
</head>
<body>
<ul class=chart>
<li><class=title>最终幻想</p><div class=total><class=percent style="height:50%;">50%</p></div></li>
<li><class=title>星之海样</p><div class=total><class=percent style="height:10%;">10%</p></div></li>
<li><class=title>白骑士</p><div class=total><class=percent style="height:70%;">70%</p></div></li>
</ul>
</body>
posted on 2009-08-11 09:44 BoolYang 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/XiaoG/archive/2009/08/11/1543389.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值