> 1 - graphical corruption on the only widget that actually seems to use > the combined image: the input field > 2 - it still loads all other graphics manually (and yes, they are all > png's)
It turns out there is another issue here: Using decorators with CSS3 properties needs individual images (as my rendering pros tell me). You cannot pass an image slice to this property and expect it to work. The stretching the browser does to it interferes with the other embedded images. That's why individual images are loaded if CSS3 is available. I also tried it on older browsers (no CSS3), and e.g. button borders are corrupted there. So if IE6 is not a concern, the question how to transfer many images in a single file gets a different answer: data URLs. But we don't have much experience with them yet. The Cappuchino web site might be of help. > 1 - the whole automatic viewport slicing isn't applied on to (all) > decorators ??? > 2 - it has issues dealing with graphics that are already combined, or > have decorators set up using combined images That's what I meant earlier. T. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
