HTML

Make a iframe Page Transparent

1> Adding allowtransparency=“true” to an iframe tag. <iframe src="http://www.ylsapt.com/ProductSearch.html" width="100%" height="214" frameborder="0" scrolling="no" allowtransparency="true"></iframe> 2> Make body style of your page to transparent. <body style="background:transparent;">