iframe background color - pls help

Reply

Join Date: Aug 2005
Posts: 11
Reputation: max05 is an unknown quantity at this point 
Solved Threads: 0
max05 max05 is offline Offline
Newbie Poster

iframe background color - pls help

 
0
  #1
Apr 22nd, 2006
need your help please

how to add bgcolor to iframe?

here my code
<IFRAME scrolling=no SRC="http://adplex.biz/ad/view_ad.php" NAME="Ad" frameborder="0"></IFRAME>
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 21
Reputation: Tribolis is an unknown quantity at this point 
Solved Threads: 0
Tribolis Tribolis is offline Offline
Newbie Poster

Re: iframe background color - pls help

 
0
  #2
Apr 22nd, 2006
Try this;
<IFRAME scrolling=no SRC="http://adplex.biz/ad/view_ad.php" NAME="Ad" frameborder="0" style="background-color: #000000"></IFRAME>

If the black background doesn't work in iframe then I suggest you put bgcolor="#000000" in view_ad.php. It'll work.
WeLoveCSS.com XHTML/CSS Forum for beginners to advanced users
Can't find any good CSS Forums? WLC is the right place for you!
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 11
Reputation: max05 is an unknown quantity at this point 
Solved Threads: 0
max05 max05 is offline Offline
Newbie Poster

Re: iframe background color - pls help

 
0
  #3
Apr 22nd, 2006
Thanks

it work for firefox but not IE.
any more ideas?
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 8
Reputation: iammatt is an unknown quantity at this point 
Solved Threads: 0
iammatt's Avatar
iammatt iammatt is offline Offline
Newbie Poster

Re: iframe background color - pls help

 
0
  #4
Apr 26th, 2006
In the 'view_ad.php' file you are calling into the IFRAME, you need to define the background color. You can do this a myriad, perhaps the easiest would be to ensure that the body tag has a BG Color tied to it. Ideally you would use CSS to make this happen. Regardless simplest way would be to add the following to 'view_ad.php':
HTML and CSS Syntax (Toggle Plain Text)
  1. <body bgcolor="#000000">
However, CSS SHOULD be used, but this will let you know if it's going to be the fix. Let us know what happens.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 11
Reputation: max05 is an unknown quantity at this point 
Solved Threads: 0
max05 max05 is offline Offline
Newbie Poster

Re: iframe background color - pls help

 
0
  #5
Apr 26th, 2006
i don't have control to make change the "view_ad.php"

do you how to use transparency?

thanks for the help
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 21
Reputation: Tribolis is an unknown quantity at this point 
Solved Threads: 0
Tribolis Tribolis is offline Offline
Newbie Poster

Re: iframe background color - pls help

 
0
  #6
Apr 27th, 2006
Yes you have control to make the change view_ad.php? - Open view_ad.php and put bgcolor we explained to you already. Or find the file where you can put bgcolor, look at the path filenames inside the view_ad.php

If you still have problem, I suggest you post at phpadsnew forum.

transparency is background-color: transparent" or you need javascript transparent but no needed.
WeLoveCSS.com XHTML/CSS Forum for beginners to advanced users
Can't find any good CSS Forums? WLC is the right place for you!
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 1
Reputation: NKVader is an unknown quantity at this point 
Solved Threads: 0
NKVader NKVader is offline Offline
Newbie Poster

Re: iframe background color - pls help

 
0
  #7
Jul 29th, 2007
Hi.

Like others before me said, u have to add the followin code into your PHP file, is the only way yo make it work.Styles in Iframe don't work in Internet Explorer, even in version 7. Transparency isn't an optioon.
So, in php file, put this:
?>
<body bgcolor="#000000">
<?php
You have to close the <?PHP before you put the HTML command <body> and reopen it for the rest of the script.You may also put it at the enc, after ?> (I tryed just the first option and it works like a charm in any Internet explorer).
See ya.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC