How to remove and fix scroll bars in an iFrame

April 29, 2014   /   by Marco  / Categories :  Websites
remove scroll bars in iframe

You may find different methods on how to remove the scroll bars within an iFrame in Chrome but here’s one that worked for me.

Example with scroll bars:

 

The code used to fix the scrolling bars was scrolling=”no” in the iframe tag.:

<iframe id=”frame” frameborder=”0″ scrolling=”no” width=”300px” height=”300px” src=”http://www.businesslegions.com”></iframe>

 

Example without scroll bars:


There are other tags such as the one below but it only worked for Firefox and IE – not Chrome. If there are any other solutions please let me know.

style="overflow:scroll;"
style="overflow:hidden;"

 

 

DO YOU LIKE WHAT YOU'VE READ?
Join our subscription list and receive our content right in your mailbox. If you like to receive some Great deals our Freebies then subscribe now!

Our Sponsors

  • Follow us:

OTHER ARTICLES YOU MAY LIKE


TOP USEFUL LINKEDIN TOOLS THAT WILL HELP YOU STAY CONNECTED WITH YOUR CLIENTS

TOP USEFUL LINKEDIN TOOLS THAT WILL HELP YOU STAY CONNECTED WITH YOUR CLIENTS

While LinkedIn is mainly known as a business social network, it’s much more than that. It’s a go-to place for professionals to stay connected with past colleagues and friends, a place to find jobs, and a place to find clients. It is an essential tool for networking with others in the professional world. In addition […]

read more
USING WPFORMS AND SENDINBLUE

USING WPFORMS AND SENDINBLUE

WPforms is a WordPress Plugin you can use to add any type of forms to your WordPress site. WPforms is a drag-and-drop form builder, which means that you don’t need to know how to code to build a landing page, sales page, opt-in page, thank you page or any other type of page you can […]

read more

Like our Page