Quote:
Originally Posted by Osbes
Hello archet1337,
please give an full example of your situation, this would help us to give you the best solution
Best regards
Sebastian
|
Hello Sebastian and Mooff.
I need the following images to be converted into sprites:
http://www.radioctrl.com/highslide/g...ader.white.gif
Defined in highslide.css
Code:
.highslide-loading {
background-image: url(graphics/loader.white.gif);
http://www.radioctrl.com/images/gradients/grey-up.png
Defined in socialgroups_overview.css
Code:
li.sgicon .maincol {
background:#ffffff url({vb:stylevar imgdir_gradients}/grey-up.png) repeat-x scroll
and stylegenerator.css
Code:
.forumhead+.childforum .L2:first-child .forumrow,.forumhead+.L2 .forumrow
background: #FFFFFF url(images/gradients/grey-up.png) repeat-x scroll
http://www.radioctrl.com/images/styl...misc/arrow.png
Defined in additional.css
Code:
.toplinks .notifications a.popupctrl {
background: #242424 url({vb:stylevar imgdir_misc}/arrow.png) {vb:stylevar right} center no-repeat ;
http://www.radioctrl.com/images/styl...ottomBarBG.gif
Defined in additional.css
Code:
.bottomBar {
background:url(images/styles/Aesthetica/style/bottomBarBG.gif) repeat-x top left;
There is a couple more, but you get the idea?
What do I do to make the images defined in css files into sprites?