diff --git a/module/common/view/tablesorter.html.php b/module/common/view/tablesorter.html.php
index dae1fd6ebb..0a17ec63e5 100644
--- a/module/common/view/tablesorter.html.php
+++ b/module/common/view/tablesorter.html.php
@@ -13,6 +13,9 @@ $(function() {
function(){$(this).addClass('hoover')},
function(){$(this).removeClass('hoover')}
);
+
+ /* IE6下面click事件和colorbox冲突。暂时去除该功能。*/
+ if($.browser.msie && Math.floor(parseInt($.browser.version)) == 6) return;
$('.tablesorter tbody tr').click(
function()
{