Hi There
Need some help please. <example code @ bottom>
I wanted to fix my table so it always appears 100% of screen width, but dont want to lose data in columns. So I put a div in there to scroll the cell.
However, I loose the vertical align (middle) setting. Anyone think of a way around this?
Thanks
ITflash
<copy & paste the following code and you'll get my dilema>
<table border="1" style="table-layout: fixed;" cellpadding="0" cellspacing="0" bordercolor="#111111" width="100%" height=300>
<tr>
<td width="25%" valign="middle">
<div style="overflow:auto; width=100%; height=100%;">
start12345678x90123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890end
</div></td>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
</tr>
</table>