Hi All,
I am using below code to use scroll bar :
Code:
<div style="overflow:auto">
<iframe id="result" frameborder="0" scrolling="yes" height="100%" runat="server">
</iframe>
</div>
The idea is when Iframe get large then it shows horizontal scroll bar.Its is working on my development machine perfectly it shows scroll bar but on client side it is not showing the scroll bar.
What can be the prolem, is it a browser version issue or something else.
Can you please shed some light on it.
Thanks in advace
-Nelly