View Full Version : Transparent Frame in Firefox?
i am using an iframe on my site, have got the allowtransparency=true set on the iframe tag, as well as the background=transparent in the body tag of the sourced file but it is not showing up transparent in firefox, its showing up a blue background.
what else do i need to do?
Veronica
05-31-2007, 12:26 AM
That should do it for FF (and IE) Try this in your source page:
<style>
body {background-color: transparent;}
</style>
And make sure the blue color isn't coming from a background image. If that doesn't work, send a link with the problem.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.