Thane,

On Sunday, November 2, 2003, 1:06:38 PM, you wrote:

TS> So is it possible to create something like this image?
TS> http://www.stuffbythane.com/test/images/demoimage.gif

TS> Where the text is snug up tight against the graphics - using a
TS> table?  I'd like it to work starting in NS 4.7 and IE 5, but I can
TS> drop NS4.7 if it can't be done.

Again, slice your vertical pieces so that you can create independent
tables for the top and bottom 'rows' of the menu. This should work in
any browser:

<table>
<tr>
<td><img src="" width="29" height="27"></td>
<td><img src="" width="67" height="27"><img src="" width="67" height="27"></td>
<td><img src="" width="29" height="27"></td>
</tr>
</table>
<table>
<tr>
<td valign="top"><img src="" width="29" height="69"></td>
<td rowspan="2">[menu items]</td>
<td valign="top"><img src="" width="29" height="69"></td>
</tr>
<tr>
<td valign="bottom"><img src="" width="29" height="69"></td>
<td valign="bottom"><img src="" width="29" height="69"></td>
</tr>
</table>
<table>
<tr>
<td><img src="" width="29" height="27"></td>
<td><img src="" width="67" height="27"><img src="" width="67" height="27"></td>
<td><img src="" width="29" height="27"></td>
</tr>
</table>

~ Ubqtous ~


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to