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