I'm designing this for touch screen and the scroll bars are just too thin and fiddly for our fat fingers
Here is the code I'm trying, but am having no success, the thing is not even moving at all
Code: Select all
<td width="300" rowspan="3" align="center" class="scroll_box" background="images/background.jpg">
<img src="images/U.jpg" onMouseDown="document.content.scrollx.value = 1"><br>
<?
echo "<div align=\"center\">
<iframe name=\"content\" src=\"clients_viewbox.php?letter=$letter\" width=\"90%\" height=\"500\" frameborder=\"0\" scrolling=\"auto\">
No i-frames, eh? Pity.<br>Go get a better browser.
</iframe>
</div>";
?>
<br><img src="images/D.jpg" onMouseDown="document.content.ScrollY.value = 100">
</td>Any help greatly appreciated.
Rob
(EDIT: Values of 1 and 100 shown here are just to see if I could get some movement before I even try scrolling)