View Single Post
Old 11-29-2011, 06:55 AM   PM User | #3
kimmi_baby
New Coder

 
Join Date: Jun 2010
Posts: 46
Thanks: 10
Thanked 0 Times in 0 Posts
kimmi_baby is an unknown quantity at this point
Thank you for your reply

Now I'm a little bit confused on a few thing...

What if at the moment my CSS looks like this:

Code:
#nav li#nav-home a {
width:101px;
height:20px;
background:url(../images/main%20menu%20tabs/nav_home.png) no-repeat;/* X and Y position at 0 */
}


#nav li#nav-home a:hover {
width:101px;
height:20px;
background:url(../images/main%20menu%20tabs/nav_home.png) no-repeat;
background-position: 0 -20px;

}

Do I need to rewrite all of it for the ID to work?
kimmi_baby is offline   Reply With Quote