.pointyTipShadow{ /* The shadow tip is 1px larger, so it acts as a border to the tip */ border-width:7px; bottom:-14px; _bottom:-15px; /*將小三角形的位置微調一下更準確*/ margin-left:-7px; } .colorTipContainer{ position:relative; text-decoration:none !important; _zoom:1; /*不知道為什么,這里加上zoom:1后IE6下使用left:50%才能得到正確的位置,難道內聯的元素沒有layout?無法準確表達……*/ }