making the iframe transparent

alex05

New Member
I am trying to make the iframe trasparent but it showing white color in my firefox browser. I have used the following code for the iframe\[code\]<iframe id="frontimg" src="http://stackoverflow.com/questions/14065959/slider/slide.html" width="950" height="370" border="0" scrolling="no" allowTransparency="true"></iframe>\[/code\]And in my desired html file i have put this code in head tag for styling:\[code\]<style type="text/css"> html, body { background-color: transparent; }</style>\[/code\]
 
Back
Top