HTML5 and frameborder

后端 未结 7 1890
天命终不由人
天命终不由人 2020-12-09 00:20

I have an iframe on an HTML5 document. when I validate I am getting an error telling me that the attribute on the iframe frameBorder is obsolete and to use CSS

相关标签:
7条回答
  • 2020-12-09 01:22

    I found a nice work around that will allow it to work in IE7 here. It bypasses the validator for the frameBorder attribute but keeps css for future browsers as explained in the post.

    0 讨论(0)
提交回复
热议问题