I have the following code to limit the size of a <DIV> block in my page. Naturally the code works fine in IE but I cannot get any scrollbars in Netscape.
Any suggestions??
Tony
Code:
<DIV STYLE="width: 600; height: 350; overflow-x: hidden; overflow-y: auto;">
some page content here
</DIV>
Tony