05-09-2009, 03:54 PM
|
#4 (permalink)
|
|
The Contributor
Join Date: Oct 2008
Posts: 75
Thanks: 4
|
thanks guys but its not working.
I did:
Code:
#nav ul li.active
{
color: #000000;
background: #FFFFFF;
}
Code:
<div id="nav">
<ul>
<li class="active"><a href="#">Stories</a></li>
<li><a href="#">Blogs</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Tournament</a></li>
<li><a href="#">Podcasts</a></li>
</ul>
</div>
nothing happens though. I removed the space like you had said to.
|
|
|
|