Results 1 to 2 of 2

Thread: Transparent Frame in Firefox?

  1. #1
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default 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?

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •