Good Morning Martin, Thank you for the clarification.
For CSS3 browsers I'll try to go with a box shadow decorator assigned to the decorator attribute without assigning shadow attribute. For non CSS3 browsers (IE8 and lower :-( urgh) I consider dropping the glow effect for performance reasons. How do non CSS3 border shadow browsers react? Is the additional shadow decorator simply ignored? Regards Dietrich Am 26.07.2012 08:21, schrieb Martin Wittemann: > Hey, > a shadow is basically a second decorator behind the original decorator. This > means the usage of a shadow element will force the creation of another div > element which is why I would prefer to use the decorator property if > possible. But this is only possible if you can combine all the decoration > elements in one decorator object. As you spoke of a glow effect, you either > have the chance to use an image based effect or a CSS3 effect. If you want > to have it the same for all browsers, you would need to go with the image > based solution. Using that, I would suggest to add a decorator which defines > the non glowing look e.g. by a border or anything else. That would be the > decorator. The glow should then be the shadow element. The CSS solution make > it a bit easier. Just add a box shadow to your decorator and your good. From > a performance point of view, the CSS solution should be preferred because in > total using a border image decorator, which will be needed for such a glow > effect, adds another 9 divs to the DOM. > Regards, > Martin > > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
