carpetpaul
11-06-2004, 03:15 AM
I need to try to make a grid of table cells behave live thumbnails do in windows xp, if you open a page of thumbnails, then stretch and narrow the viewable area, the thumbs just rearange, but still maintain the square shape.
I've tried the 'percentage of browser' and also definind table cells using pixels, I've found that use pixel helps, it does maintain the shape but it still does not arrange the actual table in relation to the shape and size of the viewable window, is there any way to do this ? thanks - Paul
Here's my code :-
<html>
<head>
<title>Photo's</title>
</head>
<BODY BGCOLOR="#CCFFCC">
<table border='1'width='600'height='120'>
<tr>
<td width='120'height='120'align="center"> <IMG
SRC="chairs_thumb.jpg" width="90" height="67">
<br><p><i><b>Test cell 1<b><i></p></td>
<td width='120'height='120'align="center"> <!--<IMG
SRC="woodvalepublic2.jpg"--> <br><p><i><b>Test cell
2<b><i></p></td>
<td width='120'height='120'align="center"> <!--<IMG
SRC="woodvalepublic.jpg"--> <br><p><i><b>Test cell
3<b><i></p></td>
<td width='120'height='120'align="center"> <!--<IMG
SRC="woodvalepublic2.jpg"--> <br><p><i><b>Test cell
4<b><i></p></td>
<td width='120'height='120'align="center"> <!--<IMG
SRC="woodvalepublic2.jpg"--> <br><p><i><b>Test cell
5<b><i></p></td>
</tr>
</table>
</body>
</html>
I've tried the 'percentage of browser' and also definind table cells using pixels, I've found that use pixel helps, it does maintain the shape but it still does not arrange the actual table in relation to the shape and size of the viewable window, is there any way to do this ? thanks - Paul
Here's my code :-
<html>
<head>
<title>Photo's</title>
</head>
<BODY BGCOLOR="#CCFFCC">
<table border='1'width='600'height='120'>
<tr>
<td width='120'height='120'align="center"> <IMG
SRC="chairs_thumb.jpg" width="90" height="67">
<br><p><i><b>Test cell 1<b><i></p></td>
<td width='120'height='120'align="center"> <!--<IMG
SRC="woodvalepublic2.jpg"--> <br><p><i><b>Test cell
2<b><i></p></td>
<td width='120'height='120'align="center"> <!--<IMG
SRC="woodvalepublic.jpg"--> <br><p><i><b>Test cell
3<b><i></p></td>
<td width='120'height='120'align="center"> <!--<IMG
SRC="woodvalepublic2.jpg"--> <br><p><i><b>Test cell
4<b><i></p></td>
<td width='120'height='120'align="center"> <!--<IMG
SRC="woodvalepublic2.jpg"--> <br><p><i><b>Test cell
5<b><i></p></td>
</tr>
</table>
</body>
</html>