-
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?
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks