Hi, I have a simple list I am using for a horizontal menu:
<ul>
<h1>Menu</h1>
<li><a href="/" class="selected">Home</a></li>
<li><a href="/Home">Forum</a></li>
</ul>
When I add a background color to the selected class, only the text gets the color, I want it to stretch the entire distance of the section.
Hope this makes sense.