别的会,,就是让当前页码显示红色怎么弄
当前页面就是指a:active时的状态。
.page p a:active { background:#CC1b1b; }
.page p a:hover
{
color:black;
background:#CC1b1b;
}