Vincents wrote: > > I have a big problem with my PDF-plugin (adobe). > > I have an iframe with a PDF-file embedded. All I want to do is showing a > usual qooxdoo-window above this iframe. > > But the pdf-plugin is always on top of everything. what can I do? > > I tested it in IE7. > A bit off-topic as it's a general HTML/PDF matter... ;-)
Nevertheless, being an Adobe plugin, probably it understands the "wmode" property [1] (as Flash and SVG plugins do). Try setting it to "transparent" in embed and/or object will probably help achieving the effect you are intending. Note that it _will_ have a significant performance slowdown (at least for the plugin user experience). Hope this helps, Helder Magalhães [1] http://www.communitymx.com/content/article.cfm?cid=e5141 -- View this message in context: http://www.nabble.com/PDF-Plugin-problem-tp17076761p17079721.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
