> I'm doing a borderless window that contains a webkit view that is > displaying an html/css/embedded javascript UI for our application. I'm > having and issue getting the webkit view to display only the html UI. Right > now my webkit view's background is drawing a grey colored square under my > html UI
For QtWebKit, does the trick in http://labs.qt.nokia.com/blogs/2009/06/30/transparent-qwebview-or-qwebpage/ work for you? For other ports, adopt a similar strategy. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
