How to set background image for iframe? If set, it is not working in IE. But works with Mozilla and Google Chrome. How to fix bug in IE for displaying background image in iframe.

M.Sworna Vidhya

<iframe  
style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);" 

src="Image URL" height="450" width="300"  name="myiframe"></iframe>

This code may help you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.