here is a sample of my problem
[CODE=html]<table style="width:10 0%;height:100%" >
<tr style="height: 60%">
<td style="width: 968px">
<div style="height: 100%;overflow:s croll;">
<div style="height: 100px;" >
content
</div>
<div style="height: 100px" >
content
</div>
</div>
</td>
</tr>
<tr style="height: 40%"><td style="width: 968px"><div style="height: 100%;overflow:s croll">
<div style="height: 300px" >
content
</div>
<div style="height: 300px" >
content
</div>
</div></td></tr>
</table>
[/CODE]
i am not able to see the scroll bar in action at any time as it is getting expanded.
i dont want to have height in pixels as it may result in indifferent sizes in monitors with different resolutions.
please suggest me a solution for this.
[CODE=html]<table style="width:10 0%;height:100%" >
<tr style="height: 60%">
<td style="width: 968px">
<div style="height: 100%;overflow:s croll;">
<div style="height: 100px;" >
content
</div>
<div style="height: 100px" >
content
</div>
</div>
</td>
</tr>
<tr style="height: 40%"><td style="width: 968px"><div style="height: 100%;overflow:s croll">
<div style="height: 300px" >
content
</div>
<div style="height: 300px" >
content
</div>
</div></td></tr>
</table>
[/CODE]
i am not able to see the scroll bar in action at any time as it is getting expanded.
i dont want to have height in pixels as it may result in indifferent sizes in monitors with different resolutions.
please suggest me a solution for this.
Comment