首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jquery设立鼠标经过点击样式

2012-10-07 
jquery设置鼠标经过点击样式ul{list-style: none outside none}ul li {border-bottom: 1px dashed #AACCE

jquery设置鼠标经过点击样式

ul{list-style: none outside none;}ul li {    border-bottom: 1px dashed #AACCEE;    cursor: pointer;    line-height: 25px;    padding-left: 5px;}ul li.choose {    background: none repeat scroll 0 0 #FFF9ED;}ul li.over {    background: none repeat scroll 0 0 #EEF7FF;}

热点排行