Re: [qooxdoo-devel] using CSS style inside HorizontalSplitPane

2008-06-02 Thread thron7
Dan, mh, we have a similar scenario which works. Which widget is in your left hand side split? If you look at the Demobrowser, it uses style sheets (style.css and sourceview.css). They get included in the main app class with qx.html.StyleSheet.includeFile() and then the appropriate widgets get

[qooxdoo-devel] using CSS style inside HorizontalSplitPane

2008-06-02 Thread Dan, Trif
Hi, I have the following situation: a HorizontalSplitPane where I flow into the RIGHT side a HTML content using a qx.ui.embed.HtmlEmbed object. My problem is if the HTML content has a CSS style defined for body that style is applied for the LEFT side of the HorizontalSplitPane too. Any idea