<br><br><div><span class="gmail_quote">On 12/16/06, <b class="gmail_sendername">Bill Kendrick</b> &lt;<a href="mailto:nbs@sonic.net">nbs@sonic.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Pete posted this from a non-subscribed addr, so it was discarded.<br><br>----- Forwarded message from <a href="mailto:vox-tech-bounces@lists.lugod.org">vox-tech-bounces@lists.lugod.org</a> -----<br><br>Date: Fri, 15 Dec 2006 22:00:29 -0800
<br>From: <a href="mailto:vox-tech-bounces@lists.lugod.org">vox-tech-bounces@lists.lugod.org</a><br>Subject: Auto-discard notification<br>To: <a href="mailto:vox-tech-owner@lists.lugod.org">vox-tech-owner@lists.lugod.org</a>
<br><br>The attached message has been automatically discarded.<br>Date: Fri, 15 Dec 2006 22:00:27 -0800<br>From: Peter Salzman &lt;<a href="mailto:p@cbreak.com">p@cbreak.com</a>&gt;<br>Subject: css: cell width and height<br>
To: <a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br><br>I&#39;m always amazed that I aced through a year of quantum field theory but CSS<br>continually baffles me to no end.<br><br>If I have some html tables, and set the height and width CSS property for
<br>each td element, is it guaranteed that each cell in each table will be the<br>exact same height and width under all circumstances?<br><br>If not, is there some way of saying &quot;Look here, browser.&nbsp;&nbsp;As Zeus is my<br>
witness, you will make this cell 3em by 2em no matter what!&quot;</blockquote><div><br><br>I would give the td sections an id to separate them from the other td tags such as<br><br>&lt;table&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;foo&lt;/td&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;td id=&quot;special&quot;&gt;bar&lt;/td&gt;<br><br>then in you css you would have<br>table {height: 1px; width: 2px;}<br>#special {height: 3em; width: 2em;}<br><br>Hope that helps,<br>Joshua<br><br></div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">----- End forwarded message -----<br><br>--<br>-bill!<br><a href="mailto:bill@newbreedsoftware.com">
bill@newbreedsoftware.com</a><br><a href="http://www.newbreedsoftware.com/">http://www.newbreedsoftware.com/</a><br>_______________________________________________<br>vox-tech mailing list<br><a href="mailto:vox-tech@lists.lugod.org">
vox-tech@lists.lugod.org</a><br><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br></blockquote></div><br>