Friday, October 8, 2010

Nike Greco Supreme Wrestling

Transparent IFRAME, IE7 problem

For an IFRAME can be represented really transparent, you should really just do not define a background or via CSS style "background: none transparent;" set. Another way is via a transparent background image (GIF or PNG file).

But in Internet Explorer 7 but there is still a problem: By default, shown a white background, although none has been defined.

This attribute, however, establish the following extension allowtransparency = "true" in day IFRAME situation and solve the problem in Internet Explorer:


 \u0026lt;iframe  allowtransparency = "true"  src = "/ page.html" 
name = "test" />

0 comments:

Post a Comment