javascript - iFrame with Background Colour in IE6 -
Is there an iframe style possible with background color within MS IS6?
If so, how?
Thanks Tony
You can programmatically do this with the "parent" page with Javsacript in this way. .
window.frames ["framename"]. Document.body.style.backgroundColor = "green";
To work for it, however, the page must be placed on the same domain as a parent within the frame.
Comments
Post a Comment