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&amp;address=los%20angeles%2c%20ca&amp;width=614&amp;height=244&amp;maptype=map&amp;zoom=14&amp;hl=en&amp;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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -