Auto Scrolling in Frameset

1.7k views Asked by At

I m using Frame set in my UI page. I want to make auto scrolling in frameset in vertical and horizontal both.

I want scrolling Horizontal or Vertical any one or both when it needed. My code is :

<iframe
     height="120"
    name="issueQueueTabsContent"
     src="/risk/issueDetail.do?action=NextPage&frameType=content
     frameborder="0"
     scrolling="auto">
</iframe> 
1

There are 1 answers

0
Kyle Hotchkiss On

<iframe style="overflow:auto">