You need to sign in to do that
Don't have an account?

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)?
It happens only on Windows7 version of IE8 and IE9. and on XP everything works fine.