时间:2010-07-23 15:14:20

标签: css

5 个答案:

答案 0 :(得分:7)

答案 1 :(得分:1)

答案 2 :(得分:0)

答案 3 :(得分:0)

答案 4 :(得分:-1)

您可能想要使用百分比:



table.dataTable thead .sorting_asc {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat 30% 50%;
}
table.dataTable thead .sorting_desc {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat 30% 50%;
}
table.dataTable thead .sorting {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat 30% 50%;
}