<script language="JavaScript" type="text/javascript">
<!--- スクロール制御 --->
function scrl() {
x1= document.all.item('ListRowS').scrollLeft;
y1 = document.all.item('ListRowS').scrollTop;
<!--- x2 = document.all.item('ListRowH').scrollLeft; --->
document.all.item('ListColS').scrollLeft = x1;
document.all.item('ListRowH').scrollTop = y1;
<!--- document.all.item('ListColH').scrollLeft = x2; --->
}
</script>
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="ListColH" style="overflow-x: hidden; overflow-y: hidden; border-style: inherit; border-width: thin; padding: 0px;">
<!--- tableを記述 --->
<table border="0" cellspacing="0" cellpadding="0" class="list_waku" height="100%">
<tr>
aaaaa
</tr>
</table>
</div>
</td>
<td>
<div id="ListColS" style="width: 420; overflow-x: hidden; overflow-y: hidden; border-style: inherit; border-width: thin; padding: 0px;">
<!--- tableを記述 --->
<table border="0" cellspacing="0" cellpadding="0" class="list_waku" height="100%">
<tr>
bbbbbb
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="100%">
<div id="ListRowH" style="height: 400; overflow-x: scroll; overflow-y: hidden; border-style: inherit; border-width: thin; padding: 0px;">
<!--- tableを記述 --->
<table border="2" cellspacing="0" cellpadding="0" class="list_waku" height="100%" width="100%">
<tr valign="top">
cccccc
</tr>
</table>
</div>
</td>
<td height="100%">
<div id="ListRowS" style="height: 400; width: 435; overflow-x: scroll; overflow-y: scroll; border-style: inherit; border-width: thin; padding: 0px;" onscroll="scrl();">
<!--- tableを記述 --->
<table border="2" cellspacing="0" cellpadding="0" class="list_waku" height="100%" width="100%">
<tr valign="top">
ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
</tr>
</table>
</div>
</td>
</tr>
</table>