Hi! i'll try to explain myself the best i can, here is the problem: i have a html page and inside this i want to put an iframe that contains a php page. That's ok, i can do it and it works, but the problem is that i can't make that php document to have transparent background, it turns white. Is it because of the iframe? the php document has transparent background, but when i see it inside the iframe it doesn't work. Well, i hope you could give me any answer because i really need it. Cheers!
This question doesn't pertain to PHP - client-side rendering is handled with HTML, CSS, etc. You'd probably be better off asking something like this in the ClientSide Technologies forum.
That being said, I don't believe you can set iframes to have a transparent background. I could be wrong, though.
I think if you do something like this:
<iframe style="background:transparent;" width="...></iframe>
AND, make sure the php has the same style, namely:
<body style="background:transparent;">
But, Brad G. is right: Wrong forum... :/