Hello archet1337,
i will make an example for
Code:
.highslide-loading {
background-image: url(graphics/loader.white.gif);
If there isnt any additional padding, margin, width, ... via CSS, the code f?r the files-array is:
PHP Code:
$files[] = array(
'path' => 'graphics/loader.white.gif',
'css' => 'graphics_loader_white',
'background' => true
);
After this, add to
Code:
class="highslide-loading ..."
the sprite class
Code:
class="sprite_custom_graphics_loader_white highslide-loading ..."
after this, remove the
Code:
background-image: url(graphics/loader.white.gif);
from the css-rule highslide-loading.
if the css-rule is now empty, you can of course erase the highslide-loading from
Code:
class="sprite_custom_graphics_loader_white highslide-loading ..."
Please note, that you need to use an own sprite-image if you want to use gradients.
Best regards
Sebastian