2013-07-26 82 views

回答

2

你的表头瓦特/类.tablesorter-header缺少这个CSS(改变图像的URL对你的需求):

table#national_universities_table thead tr .tablesorter-header { 
    background-image: url("images/bg.gif"); 
    background-repeat: no-repeat; 
    background-position: right center; 
    cursor: pointer; 
} 

table#national_universities_table thead tr .tablesorter-headerAsc { 
    background-image: url("images/asc.gif"); 
} 

table#national_universities_table thead tr .tablesorter-headerDesc { 
    background-image: url("images/desc.gif"); 
} 
+0

您的意思是否有桌子和#之间的空间? –

+0

表和它的id之间不需要空格。 – eclipsis

+0

我试着做你说的,指针光标的作用,但图像仍然不存在。请参阅我的网站更新:http://www.collegeanswerz.com/colleges。 给我2分钟来完成更新 –