wincode
Jun 7th, 2010, 02:59 AM
Does anyone know what this CSS code means?
.about #menu_primary ul li.menu_about a {
background: #356751;
border: 1px solid #356751;
color: #fff;
}
Here's the html code for the button:
<li class="menu_about"><a href="/about">About</a></li>
Someone please help. Thanks.
.about #menu_primary ul li.menu_about a {
background: #356751;
border: 1px solid #356751;
color: #fff;
}
Here's the html code for the button:
<li class="menu_about"><a href="/about">About</a></li>
Someone please help. Thanks.