Active And Deactive user using CSS and HTML

User Active

User Active


.active-user {
background: rgba(0, 0, 0, 0) url("/images/deact.gif") no-repeat scroll 0 2px;
padding-left: 13px;
}

.deact-user {
background: rgba(0, 0, 0, 0) url("/images/act.gif") no-repeat scroll 0 2px;
padding-left: 13px;
}

Comments