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
kabkab 

Drop downlist all over the page and not within the scroll bar in IE8

I am using the following line the auto scroll bar to appear

<apex:outputPanel layout="block" style="overflow:auto;width:1050px;height:350px" >

<apex:pageBlockTable value="{!List_Opps}" var="opp" id="list" rules="all" >

<apex:column headerValue="Stage">
<apex:inputField value="{!opp.stageName}"/>
</apex:column>

StageName is a Dropdownlist coming from Opportunity. Is there anything I am missing for IE8?

 

it works fine on other IE versions and firefox.

 

Another issue with the above code the headers are moving up when using scroll bar can I freeze the header with any parameter.(This happens for all browsers)?

 

kabkab

It happens only on Windows7  version of IE8 and IE9. and on XP everything works fine.