• Addhos123
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

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