Knowledge Base Article

Contact Tech Support
excel@excelsystems.com
 (250) 655-1766
 [7:30 - 5:00 PST]
Your Meeting ID will be Provided by a Rep.
Tech Support
Tech Support Home
Software Updates
Knowledge Base
Code Samples
Documentation
Technical News
Software Requirements
Support Testimonials
Contact us to...
Create a Ticket
Request a Free Demo
Suggest a New Feature
Submit Feedback
Upload a Large File
Other Services
Software Training
Professional Services
Product: Clover Created: 2009/06/05 Back to Search  
Number: 7861 Type: How to Rate This Article
 

Article Description

I am getting scrollbars on my iframe when I try and load a Clover chart into it. How do I get rid of them?

Article Details

I'm trying to load a Clover chart (or SmartChart) into an iframe, but it keeps creating scrollbars even though I don't need them. How can I get rid of the scrollbars?

Explanation
iframes create scrollbars when the underlying document it is trying to load is bigger than the iframe. Even if the underlaying document seems to fit in the iframe (i.e. the chart isn't being visibly cut off), as long as it is in fact larger, it will generate the scroll bars.
 
Solution
In order to supress this behavior, you have to add the attribute scrolling="no" to the iframe tag.
 
Example:
 
<iframe id= "clover_chart" scrolling="no"> </iframe >
 

 

Rate This Page

Did this knowledge base article help you to achieve your goal?  Yes  No  Don't Know

Enter additional comments below.   If you want to hear back from us, include your contact information.

Email Address:
Comments: