statistic
3 posters
Page 1 of 1
Re: statistic
The statistics aren't automaticaly added , that is the code
Add where you want to have statistics
That is the css part.
- Code:
<div id="statz"><table>
<tbody><tr><th>STATISTICS</th>
<th style="color:#0496f6;">M</th>
<th style="color:#fa48b9;">F</th></tr>
<tr><td>athenians</td> <td>#3</td> <td>#10</td></tr>
<tr><td>spartans</td> <td>#3</td> <td>#4</td></tr>
<tr><td>ithacans</td> <td>#2</td> <td>#5</td></tr> </tbody></table></div>
Add where you want to have statistics
- Code:
#statz table {
width: 200px;
margin: 10px auto;
font-family: arial;
text-transform: uppercase;
letter-spacing: 2px;
border: 7px solid #eee9cf;
background: #ffffff;
padding: 2px;
font-weight: italic;
}
#statz th {
color: #eee;
border: 1px solid #98aab1;
background: #ccb9ab;
font-size: 10px;
text-align: center;
}
#statz td {
color: #333;
font-size: 10px;
}
That is the css part.
Similar topics
» sorry...statistic
» statistic, legend and staff button style like this?
» How to make Statistic like this
» Statistic Widgets
» Statistic from past month
» statistic, legend and staff button style like this?
» How to make Statistic like this
» Statistic Widgets
» Statistic from past month
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum