1

The link to the content can be seen here: http://bit.ly/K6jRGI

The issue is that our black line divider is not showing between Home and Guide.

The divider is showing for all apart from the first two buttons.

Does anyone know why this is, and what I'm missing?

.top_menu ul li{
list-style: none;
background: url("images/bg_li.gif") no-repeat right center transparent;
float: left;
padding-top: 2px;
margin-left: 0px;
}
4

1 に答える 1

2

Firebugによると、次の241行目ですstyle.css

.top_menu ul li:first-child {
    background: none;
}
于 2012-05-22T00:36:41.767 に答える