I have a page which uses a vertical DHTML scroller. This page works great on IE4+ and NS4.x, but doesn't work on NS6.2 - in fact it totally screws the page up. Basically, within the <DIV> tag is a "STYLE=" call which sets "height:160px;overflow:hidden". In IE4+ and NS4.x, the height of the table cell encompassing the <DIV> is correctly set to 160px. NS6.2, however, appears to ignore the specified height, and sets the cell height to that of the entire contents of the <DIV> rather than the specified height. An example of this can be seen at [
vibrantmedia.com...] If you click on the "down" link, you'll see the scrolling happening.
Does anyone know how to get this working with NS6.2?
Thanks.