function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sure@DreamSure@Dream 

iframe content cutting off in IE, on right side

Hi,

I am having a visualforce page(page 1), in which I am rendering another visualforce page(Page2), in iframe. Page 2 will have some links in tables, on click of which, we will be redirected to another visualforce page(page3).

Page 3 is having markup similar to below:
page 3:
<apex:pageblock>
  <apex:tabpanel>
    <apex:tab>
             <apex:outputfield value="a rich text area field">
      </apex:tab>
      <apex:tab>
           //some content.
      </apex:tab>
   </apex:tabpanel>

But the rich text area content is overflowing and some part of the content is being cut off in IE(on right side i.e. width wise ). It looks normal in Mozilla.

Could some one help me with this?

I want the content to be fit into the iframe width.
Ashish_SFDCAshish_SFDC
Hi , 


What version of IE are you using?

Salesforce does not recommend the usage of iFrames. 

See the below links which have few settings which can solve this issue. 


Configuring Internet Explorer | Salesforce

http://help.salesforce.com/HTViewHelpDoc?id=getstart_browser_ie.htm&language=en_US


Supported Browsers | Salesforce

https://help.salesforce.com/HTViewHelpDoc?id=getstart_browser_overview.htm&language=en_US


Regards,
Ashish