Tag Archive for 'CSS'

css、js实现列表隔行不同背景颜色的方法

Posted on 2010-02-22 in 网页制作Comments

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>不用js实现带序号的表格隔行换色的效果</title>
<style>
.test{ border:1px solid #000; color:#333; font:12px; width:250px; }
.test ol li{ padding-left:5px; background-color:expression(this.sourceIndex%2? ‘#e4e4e4′:’#FFF’); }
</style>
</head>
<body>

(全文…)

免费在线CSS菜单生成器

Posted on 2008-09-01 in 免费资源, 网页制作Comments

今天群里某位大虾分享的在线CSS菜单生成器感觉很方便 http://www.hellocto.com/bbs/tool/csstool/cn/