[thelist] Overflow Property in Netscape

gregory.john.toland at census.gov gregory.john.toland at census.gov
Thu Jan 18 18:19:31 CST 2001


I cannot get the following to look right in Netscape Navigator 4.7.  Does
anyone know where I may have screwed up?  In NN 4.7 it clips the bottom
part of the message, including the bottom border.  It's almost as if the
overflow property is set to clip.

<HTML>
<HEAD>
<STYLE>
#Test1
{
   border-color : #000000;
   border-style : solid;
   border-width : 2px;
   height : 50px;
   left : 70px;
   overflow : scroll;
   position : absolute;
   top : 200px;
   width : 150px;
}
</STYLE>
</HEAD>
<BODY>
   <div id="Test1" name="Test1">
      This is a test message as you can see.  We are trying to see if
      we can simulate the look of a textarea.
   </div>
</BODY>
</HTML>

Gregory J Toland
 Sr. Systems Architect
 CHM, Inc.
 (301) 457-8058
 tolan002 at census.gov





More information about the thelist mailing list