Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have tried reproducing your problem, but the following looks exactly the same to me in Chrome 7 and Firefox 3.6:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;style&gt; table { table-layout: fixed; border: 1px solid black; } td { width: 5px; background: green; outline: 1px solid red; padding: 5px; } &lt;/style&gt; &lt;table&gt; &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; </code></pre> <p>To solve your problem, I would recommend you first try adding a doctype if you don't already have one. Using a doctype will trigger standards mode, which mean that behavior is more likely to be consistent between browsers. The one I use above, <code>&lt;!DOCTYPE html&gt;</code>, is the HTML5 doctype, but it actually works to trigger standards mode in <a href="http://hsivonen.iki.fi/doctype/" rel="nofollow noreferrer">pretty much all browsers</a>.</p> <p>If standards mode doesn't help you get better consistency, then try reducing your problem down to a minimal example; strip away everything extraneous, until you are left with only enough to see your problem. The example I gave above shows how minimal I mean; just enough markup and styling to be able to easily see the tables and compare them between browsers. Once you reduce to a minimal example, you may see the problem yourself, or if not, you will have something that you can post on a forum like StackOverflow and get much more useful answers, as people don't have to guess as to what your problem is, or wade through a whole page worth of HTML and CSS just to find the one little issue you were mentioning.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload