Friday, January 9, 2009

How to stop iframe from scrolling

How to stop scrolling in IFRAME?
you have to add scrolling="no" in the iframe tag to stop iframe from scrolling.

Example

<iframe src="http://www.google.com" scrolling="no" width="400" height="400"> </iframe>

Here is the output

0 comments: