Hi,
Dexe
The horizontal scrolling is working fine, but the vertical scrolling is not.
I repro this problem by using firefox and the opera, but the both the horizontal and vertical scrolls can dispaly on IE7.
But if you fix the outer div's height, the inner div's the vertical scroll will dispaly:
body >
<form id="form1" runat="server">
<div style="height:800px" >
<div style="width:60%; height:80%; overflow:auto">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server"></asp:contentplaceholder>
</div>
</div>
</form>
</body>