The scrolling attribute on the iframe element is obsolete. Use CSS instead -
i've embedded google map onto website in iframe:
<iframe src="http://www.map-generator.net/extmap.php?name=spot&address=los%20angeles%2c%20ca&width=614&height=244&maptype=map&zoom=14&hl=en&t=1298011905" width="614" height="244" scrolling="no"></iframe>
this invalid, , need somehow pull off scrolling aspect in css. how this?
<iframe style="overflow:hidden;"></iframe>
Comments
Post a Comment