• I want to create a css sprite of my theme images. At this moment my website is loading 20 images from the theme like bullet, nav, meuitem etc. I know how to make a css sprite.
    I only want to know how to link to the new images within the theme css.
    Examples:
    .nav .l,.nav .r{position:absolute;z-index:-1;top:0;height:25px;background-image:url(‘images/nav.png’);}
    .artmenu a .r,.artmenu a .l{position:absolute;display:block;height:75px;background-image:url(‘images/MenuItem.png’);}

    • This topic was modified 8 years, 1 month ago by maikel9112.
  • The topic ‘CSS sprite for theme objects’ is closed to new replies.