Hello ilkka,
to load png images the Internet Explorer will use a technique called Alpha
Image Loader (AIL). When images are combined to a single image ("CSS
sprite") the images are display as background image with a background
position.
The problem is that AIL does not work together with backgro
Hi,
I have made small changes to Modern theme by tweaking Decorations.js file:
"toolbar" :
{
decorator : qx.ui.decoration.Background,
style :
{
backgroundImage : "/images/toolbar-gradient2.png",
backgroundRepeat : "scale"
}
},
This works great