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?