Well… this might have been asked before… But I couldn’t find it…
Is it possible to create a transparent webapp and embed it in a frame… so the site’s background remains visible ?
thanks
R
Well… this might have been asked before… But I couldn’t find it…
Is it possible to create a transparent webapp and embed it in a frame… so the site’s background remains visible ?
thanks
R
Yes you can with a little hacking
https://stackoverflow.com/questions/3064199/transparent-iframe-body
You could edit the iframe tag to have the style property set accordingly.
What about the Xojo app… how do you get the background to become transparent ?
Found the solution… create a webstyle with the transparent background and apply it to the main window… thanks Derek!