Re: [qooxdoo-devel] Themes and Internet Explorer

2010-04-20 Thread Jonathan Weiß
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

[qooxdoo-devel] Themes and Internet Explorer

2010-04-17 Thread Ilkka Oksanen
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