- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
.td_first , .two tr:nth-child(1) {
max-width: 30px;
width: 30px !important;
}
.td_second, .two tr:nth-child(2) {
min-width: 60px !important;
width: expression(this.width < 60 ? 60: true);
text-align: left;
}
.td_third, .two tr:nth-child(3) {
text-align: right !important;
min-width: 100px !important;
width: expression(this.width < 100 ? 100 : true);
}
.td_fourth, .two tr:nth-child(4) {
text-align: right !important;
width: 180px;
}
.td_fifth, .two tr:nth-child(5) {
width: 6
}
bot 23.09.2013 20:37 # +4
Qwertiy 24.09.2013 00:11 # +1