Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
查看http://marckmann.se/上的菜单链接“Produkter” 我想在某些项目的下拉菜单的右侧添加一个箭头图像。但由于文本被设置为块,它不会允许我。有什么办法可以解决这个问题吗?
谢谢 :)!
在您的 CSS 中,对于#dropdown div a规则,添加流动的:
#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 ...