Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Scrol Bar in Div = Very Urgent


Message #1 by "Udhayakumar. U" <udhayakumar@i...> on Wed, 22 May 2002 10:18:01 +0530
Hai guys ,


              Please i need this information very urgent.

I want scroll bar within a Div element.I created the following code.It is 
working fine in IE .But it is not working in Netscape.

Pleaes give me a suggestion how to make it this to work in Netscape



<body>

<div id="scroll3" style="HEIGHT: 120; background-color:#ffffff;OVERFLOW: 
scroll; OVERFLOW-X: hidden; WIDTH: 610px"  align="justify" >

									     <ilayer name="scroll1" width="610" height="320" 
clip="0,0,610,320" align="justify">

    <table width="590" border="1">

	  <tr>

	     <td>Step :1   </td>

										 </tr>

	 									 <tr>

											<td>Investigator:uuk</td>

										 </tr>

										 <tr>

											<td>UpdatedTime: uuk </td>

										 </tr>

										 <tr>

											<td>Progress: uuk </td>

										 </tr>

										 <tr>

											<td>Comments:uuk </td>

										  </tr>

  <tr>

											<td>Step :2   </td>

										 </tr>

	 									 <tr>

											<td>Investigator:uuk</td>

										 </tr>

										 <tr>

											<td>UpdatedTime: uuk </td>

										 </tr>

										 <tr>

											<td>Progress: uuk </td>

										 </tr>

										 <tr>

											<td>Comments:uuk </td>

										  </tr>

      </table>

							 				</ilayer> 	
</div>

</body>

Regards
Udhay 


  Return to Index