I like to set images without webfonts. How to set UL/LI settings if I like to use one image.
Sample:
#menu1 ul#menu_content1 li.selected a {
background-position: 0 -45px;
}
#menu1 ul#menu_content1 li a {
background: url("../images/mymenuitems.png") no-repeat scroll 0 0 transparent;
width: 55px;
}
#menu1 ul li:first-child a {
background-position: 0 -10px;
}
Is there some software or tool to help with position, selected, CSS, specially for the selected items?
I like to set in the correct way.