网页设计制作,CSS实现隔行换色两种方法: 第一种方法: style type="text/css" UL.myul1 LI{background-color: expression(this.sourceIndex%2==0?'#9FB7F6':'#B6C8F8'); } /style ul class="myul1" li id="li1"111/li li id="li2"222/li li id="li2"333/li li id="li2"444/li li id="li2"555/li li id="li2"666/li...[ 查看全文 ]
WEBJX.COM:不要说你看不懂,只是你不愿意看。:) I thought I'd share some of my habits when it comes to doing CSS work and let me warn you, some of what I have to say is probably a little controversial. But ...[ 查看全文 ]