You most certainly can mix and match percent & set pixels for table cells. Just remember that they should add up to 100%. Having said that, Netscape will allow +100% without a horizontal scroll-bar. IE, however, won't.

To make sure your layout appears similar in both browsers, add this to your body tag :

<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">

This ensures you are starting at 0/0 on your x/y axis.

Second, add a 140 pixel wide blank .gif inside your left-hand cell. This ensures that Netscape won't take space away from it when using %'s in your other cells. You may wish to add a minimum width blank .gif for your middle cell for those at the lower resolutions but put the cell width as a percentage. ie :

<td width="80%" valign="top">

<img src="blank.gif" width="450" height="1" alt="">

YOUR CONTENT HERE
</td>


Hope that helps! Any more problems or questions, just holler.


cfn ... Jen
Jen Worden
Web Developer
www.meadoworks.com

[This message was edited by Jen Worden on September 04, 2000 at 05:14 PM.]