Here is my code which is working perfect in not IE browsers. The code is the part of the iframe which is loading in JQuery UI Dialogue. Tested In IE 9.
<div style="height:400px;width:400px;overflow:auto">
<table>
<tr>
<td>content</td>
<td>
<div style="position:fixed;height:100px;">
Long Content.............
</div>
</td>
</tr>
</table>
</div>
This is my DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">