The "" attribute on the iframe element is obsolete. Use CSS instead.

I have my page www.westtexasretina.com/contact.html, I get 7 errors in
regards to using iframe attributes rather than CSS, I attempted to use CSS
to control these attributes, however it did not get supported across all
browsers, now I did only check in IE and G Chrome, but I figured it was
enough since Chrome supports almost as much as firefox.

I am not sure how to implement this in CSS correctly, I tried to use the
following syntax

Iframe {

            Margin:0;

            Overflow:hidden;

            Border:hidden;

}

But it did not render correctly in Chrome, am I missing something, I think
it could be beneficial if obsolete attributes were referenced with the
correct CSS attribute, so simply 

The "" attribute on the iframe element is obsolete. Use CSS "" attribute
instead.

Be displayed, it seems obvious that the correct attribute could be pulled,
the same way as the obsolete one is known.

NOTE: Whenever possible, give the address of the document you were checking.

Received on Friday, 12 October 2012 12:19:49 UTC