Tag Archive: scroll bars

April 29, 2014   /   by Marco   /   , , , ,

How to remove and fix scroll bars in an iFrame

How to remove and fix scroll bars in an 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 […]

read more