HTML5 iFrame Seamless Attribute -


in html5 iframe has new attributes 'seamless' should remove borders , scrollbars. i've tried doesn't seem work, still can see scrollbars , borders (i'm using google chrome browser), here's code:

<iframe seamless="seamless" title="google" width="600" height="300" src="http://www.google.co.uk"></iframe> 

any idea why it's not working?

one more question, possible target specific section of page inside iframe?

it's not supported correctly yet.

chrome 31 (and possibly earlier version) supports parts of attribute, not supported.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -