Thread: Css help
View Single Post
  #1  
Old 03-14-2011, 10:38 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 42,091
fadillzzz is an unknown quantity at this point
Default

Add this to your css file
Code:
a.onlinelist:hover {
    -moz-transform: scale(1.1);
    background: none repeat scroll 0 0 #0099FF;


}

.onlinelistt {
    color: red;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    width: 20%;


}

.onlinelistn {
    color: purple;
    display: inline-block;
    text-align: center;
    width: 20%;


}

.onlinelistj {
    color: green;
    display: inline-block;
    text-align: center;
    width: 20%;


}

.onlinelistp {
    color: blue;
    display: inline-block;
    text-align: center;
    width: 20%;


}

.onlinelistg {
    color: orange;
    display: inline-block;
    text-align: center;
    width: 20%;


}
Reply With Quote