经过我的测试,解决页面出错和无法选中的问题.修改代码如下,其实,就是把!important去掉
<script language="javascript">
<!--
function addFavorite()
{
<%
if inStr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") then
%>
window.external.AddFavorite('http://www.bigik.cn/', 'Bigik.cn 大头与饼仔');
<%
elseif inStr(Request.ServerVariables("HTTP_USER_AGENT"),"Firefox") then
%>
window.sidebar.addPanel('大头与饼仔', 'http://www.bigik.cn/', "Bigik.cn 大头与饼仔");
<%
end if
%>
}
-->
</script>
<style type="text/css">
<!--
a#TooCoo
{
position:fixed;
position:absolute;
right: 0;
bottom: 0;
Top: expression(offsetParent.scrollTop + offsetParent.clientHeight - 96);
display: block;
height: 96px;
width: 96px;
background: url(images/TooCoo.png) bottom right no-repeat ;
text-indent: -999em;
text-decoration: none;
z-index:99;
background-image: url();
filter: progid

XImageTransform.Microsoft.AlphaImageLoader(src='images/TooCoo.png');
}
-->
</style>