Hi Herman, On Friday 17 June 2011 09:35:36 hgc2002 wrote: > The whole application has been made with pure Qx. > > No quirks in place at all. > > For all styling I've use the current available features (Theme, Appearance, > etc.) in Qx. > > Maybe my problems are based in my extended use of Mixins in the appearance, > that calls directly (I think) to CSS3, that fails very bad in IE7 ... I'll > have to reengineer the whole appearance. IE7 is not capable of using CSS3 features. You have to use the "qx.core.Environment" checks to detect whether the browser supports CSS3 or you have to use images instead.
-> http://demo.qooxdoo.org/current/apiviewer/#qx.core.Environment > Is there any way to go back to the old styling in Qx without using Mixins > in the theme? The modern theme does e.g. use mixins to introduce the CSS3 features, but also supports image-based decorators for all other browsers. Maybe you can take a look at the Modern theme to get an idea of how to implement it. Regards, Alex ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
