Possible duplicate:
IFRAME and Safari on the iPad, how can the user scroll through the content?
I have a page that has something like this code:
<table width="100%">
<tr>
<td>
<iframe src="grid_data.html" width="100%" />
</td>
</tr>
</table>
Now grid_data.html has tabular data for many rows / columns and is part of the main page ...
As long as this grid scrolls horizontally inside the home page in desktop browsers such as IE / FF, I can't make it scroll iPad Safari .. that is, it actually displays the full grid data without any scrollbars.
I tried experimenting with overflow: auto for iframe, but still didn't help.
How do I get grid data (part of iframe) to scroll on iPad?
, http://ipad.atwebpages.com/table/try.html
, , , 05/24/2011, 05/23/2011, 05/22/2011, 05/21/2011 .....