I am using the allowTransparency in a IFrame to display a page within my webpage without any background in the IFrame. This is working great except for now it will not validate properly with the W3C Validation Markup Service.
<iframe scrolling="no" src="
http://www.google.com" width="305" height="280" frameborder="0" allowtransparency="Yes"></
iframe>
How do I overcome this so that it can pass again?
Start Free Trial