http://rusticblonde.hostizzo.com/
我的菜单上有一个子指示器,例如位于 images/arrows-ffffff.png 中。我什至尝试指向完整的 URL,但是它没有显示子指示器...
有任何想法吗?
我的代码如下: -
.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em; /* IE6 only */
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
background: url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
谢谢大家柯斯蒂