Topic: Background image... not color.
Is there a way to change the background image for postcard viewer?
or can you only change the background color?
Thanks.
Airtight Rocks.
(not just being a kiss-ass)
You are not logged in. Please login or register.
SimpleViewer Forum → PostcardViewer → Background image... not color.
Is there a way to change the background image for postcard viewer?
or can you only change the background color?
Thanks.
Airtight Rocks.
(not just being a kiss-ass)
If you want to use a background image, the only way I could figure it out was to do it like this.
In the index.html file, add the following line right before "fo.write("flashcontent");"
fo.addParam("wmode", "transparent");
This will set the flash background to transparent.
Then, add the following style in the header of the index.html page with the URL of your background image, as follows:
<style type="text/css">
body
{
background-image: url("http://site/images/bg.gif");
background-repeat: no-repeat;
background-position: center center;
}
</style>
Then the flash is transparent and shows the background image of the body of the page.
Thanks! Now i can do this:
justvervaart.nl
@johnnylox: You are a god. I've been looking to add a non-repeating background forever, with no luck, until I read this post, and now I can do it! Viva you! :D
Thats awesome!
One downside though... the navigation with the arrowkeys wont work now. Is there are work-around for this aswell?
thanks jjferry
SimpleViewer Forum → PostcardViewer → Background image... not color.
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.