我的新网站上的列表菜单有问题。
我正在使用 li:before 来显示 | 在菜单中的所有项目之前。使用以下 CSS:
#menu li:first-child:before {
content:"";
}
#menu li:before {
content: " | ";
}
出于某种奇怪的原因,这在我之前做过的网站上运行良好:http ://www.oneillsbedandbreakfast.com ,但它不适用于我目前正在开发的网站:http://www。 scoridcottage.com/newdesign
有任何想法吗?