.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?无法准确表达……*/ }