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
Addhos123Addhos123 

Adding Visualforce page to Dashboard rendering issue in IE7

Hi,

 

Has anyone experienced this issue?  I've created a new Visualforce Page with and made no modifications to it.  I've added this new page to a Dashboard.  When the page is rendered in Internet Explorer 7, the background of the page is colored in light gray and goes beyond the specified length of the page (300 by default).

 

I've used firebug to look at what areas could be the problem.  Salesforce seems to wrap the page with a <div> and has a css style for .mComponent { margin-bottom: 12px; margin-top: 2px; padding-left: 2px;} which might be the problem since IE7 has a boxing bug.

 

Does anyone know how to fix this?

 

Thanks,

Etienne 

palgpalg

Hii There,

I am facing the same issue. have u found solution to this problem?

Thanks,

Pal