'allowtransparency' creates the transparent frames : allowtransparency : Frame Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Frame Attributes » allowtransparency »

 

'allowtransparency' creates the transparent frames



    
<HTML>
<Title>Example For allowtransparency</Title>
<BODY>
<iframe src="http://www.navioo.com" allowTransparency="true" 
        style="width:40%;background-color:transparent">
</iframe>
<iframe src="http://www.navioo.com" style="width: 40%; background-color: green">
</iframe>
<iframe src="http://www.navioo.com" 
        allowTransparency="false" 
        style='width:40%;background-color:white'>
</iframe>
<iframe src="http://www.navioo.com" 
        allowTransparency ="true" 
        style="width:40%; background-color:lightgreen">
</iframe>
</BODY>
</HTML>
    
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Frame Attributes
» allowtransparency