0

查看http://marckmann.se/上的菜单链接“Produkter” 我想在某些项目的下拉菜单的右侧添加一个箭头图像。但由于文本被设置为块,它不会允许我。有什么办法可以解决这个问题吗?

谢谢 :)!

4

1 回答 1

2

在您的 CSS 中,对于#dropdown div a规则,添加流动的:

background: url('http://www.phillipsdepury.com/imgs/nav/arrow_small_left.gif') no-repeat right center;}
padding-right: 20px;

替换您自己的箭头图像。还将 20px 替换为(图像宽度 + 5)px ...

于 2012-09-17T14:09:41.973 回答