Hi,
I have two divs that I would like to scroll with one vertical scrollbar, but each should use their own horizontal scrollbar. Is this possible??
I have the following code in my page:
Regards,Code:<table><tr><td> <div style="HEIGHT: 70px; WIDTH: 100%; OVERFLOW: auto"> some text<br>some text<br> some text<br>some text<br> some text<br>some text<br> some text<br>some text</div> </td> <td> <div id="ta2" style="HEIGHT: 70px; WIDTH: 100%; OVERFLOW: auto"> some text<br>some text<br> some text<br>some text<br> some text<br>some text<br> some text<br>some text</div> </td> </tr> </table>
Riz



Reply With Quote


Bookmarks