View Single Post
Old 05-09-2009, 03:54 PM   #4 (permalink)
9three
The Contributor
 
Join Date: Oct 2008
Posts: 75
Thanks: 4
9three is on a distinguished road
Default

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.
9three is offline  
Reply With Quote