Jump to content

Background color


Ganael

Recommended Posts

there isn't realy any code : :) my iframe ( page.htm) : <html><head><title>some title</title></head><body text="white">some text</body></html>my main page :<html><head><title>some title</title></head><body bgcolor="black" text="white"><table border="1" width="100%" height="450" frame="border" cellpadding="5" cellspacing="0" valign="top"><tr><td background="dragon1.jpg" valign="top"><iframe frameborder="0" src="FrontNews.htm" width="100%" height="100%"></iframe></td></tr></table>it works perfectly with fire fox, the iframe doesn't hide the bgimage... but IE make it all white...

Link to comment
Share on other sites

I tried the following and it works perfectly :) :page.htm :<body bgcolor="transparent"></body> (just a guess :) )and combined it with your response : <iframe src="..." allowtransparency="true"></iframe>thx for your help

Link to comment
Share on other sites

I tried the following and it works perfectly  :)  :page.htm :<body bgcolor="transparent"></body>    (just a guess :) )and combined it with your response : <iframe src="..." allowtransparency="true"></iframe>thx for your help

IE is very quirky...it sometimes takes a lot of effort to get IE to conform.Good to hear it is working now! :(
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...