http://theftalk.com/t4955-Cross-Browser-Transparent-Iframe.html
Iframe - No Background - Transparent - BUT u can't use white in the APP
<iframe src="anything.htm" frameborder="No" style="FILTER: chroma(color=#FFFFFF)" allowtransparency="true">
</iframe>
http://stackoverflow.com/questions/3702808/cross-browser-html5-iframe
For Facebook, using Jquery, and CSS, and seamless attribute
http://amolnw.wordpress.com/2010/12/17/iframe-transparency-in-ie-and-other-browsers/
Get Iframe to be background-less using a couple different ideas, including < body tag changing
<iframe src="myframe.php" allowtransparency="true" >< /iframe >
PUT IN THE IFRAME:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
<body style="background-color:transparent;background:transparent">
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment