How can I remove scroll bar from the bottom and on the side?
http://www.fantronomy.com/eng/menu/blog
Thanks!
How can I remove scroll bar from the bottom and on the side?
http://www.fantronomy.com/eng/menu/blog
Thanks!
in your iframe code:
<iframe src="http://www.fantronomy.com/blog" id="blog_iframe" allowtransparency="true" width="100%" frameborder="0" height="10000px" scrolling="yes">
set:
scrolling="no"
You must log in to post.