Note that there are some explanatory texts on larger screens.

plurals
  1. POborder collapse not working
    primarykey
    data
    text
    <p><a href="http://jsfiddle.net/sWGBs/1/" rel="nofollow">jsFiddle demo</a></p> <p>as you can see from the demo above the borders are not collapsing! i'm new to this and not sure why, any help would be much appreciated</p> <p>HTML</p> <pre><code>&lt;table&gt; &lt;tr&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/contactme_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/bouncerate_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/analyseme_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/socialme_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/locateme_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/dailybubble_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/bouncedon_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/followme_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/exhibitormode_icon.png"/&gt;&lt;/td&gt; &lt;td&gt;&lt;img src="images/new24/_landing/profile_slideout/treatsprofile_icon.png"/&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre> <p>CSS</p> <pre><code>table { border-collapse: collapse; } td { border: 1px solid red; background: blue; width: 129px; height: 116px; float: left; position: relative; padding: 20px; } </code></pre>
    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.
 

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