scrolling table cell?

windows

Guest
Is there a way to have just a cell scrollable?<!--content-->If I understand you correctly...you can add an div element in a cell and set the css property overflow:auto it will mimic the effect you are talking about<!--content-->thank you, I'll try that out<!--content-->actually, is there any way you could provide a sample. Sorry, i tried but it didn't work.<br />
<br />
Thanks<!--content-->Try this: <br />
<br />
<table border="1"><br />
<tr><br />
<td><br />
<div style="width:200px; height:100px; overflow:auto;"><br />
This is some spacer text so that when you try to preview this, you are able to see that it is working.<br />
This is some spacer text so that when you try to preview this, you are able to see that it is working.<br />
</div><br />
</td><br />
</tr><br />
</table><!--content-->Thanks Pyro<br />
<br />
:D<!--content-->lol... :D No problem!<!--content-->Thanks to both of you for your help<br />
:cool:<!--content-->
 
Back
Top