Код: Выделить всё
ul li:nth-child(1) a {
background: none repeat scroll 0 0 beige;
}
< /code>
или < /p>
ul li:first-child a {
background: none repeat scroll 0 0 beige;
}
Подробнее здесь: https://stackoverflow.com/questions/882 ... ild-in-one
Код: Выделить всё
ul li:nth-child(1) a {
background: none repeat scroll 0 0 beige;
}
< /code>
или < /p>
ul li:first-child a {
background: none repeat scroll 0 0 beige;
}