Note that there are some explanatory texts on larger screens.

plurals
  1. POCan someone tell me why my table is transparent?
    primarykey
    data
    text
    <p>I have a site that I'm working on which I need the table to have a background that is not transparent.</p> <pre><code> &lt;li&gt; &lt;div&gt; some code &lt;/div&gt; &lt;div style="height:110px;" class="tableOwner"&gt; &lt;img style="margin-top:30px;float:left;" src="/newimg/ClickShare.png"&gt;&lt;/img&gt; &lt;table border="0" class="tableShare" style="background-color:white !important;"&gt; &lt;tbody style="background-color:white"&gt; &lt;tr&gt; &lt;td&gt;&lt;span class='st_sharethis' displayText='ShareThis' style="float:left;"&gt;&lt;/span&gt;&lt;/td&gt; &lt;td&gt;&lt;span class='st_facebook' displayText='Facebook' style="float:left;"&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;span class='st_twitter' displayText='Tweet' style="float:left;"&gt;&lt;/span&gt;&lt;/td&gt; &lt;td&gt;&lt;span class='st_blogger' displayText='Blogger' style="float:left;"&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;span class='st_googleplus' displayText='Google +' style="float:left;"&gt;&lt;/span&gt;&lt;/td&gt; &lt;td&gt;&lt;span class='st_linkedin' displayText='LinkedIn' style="float:left;"&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;span class='st_pinterest' displayText='Pinterest' style="float:left;"&gt;&lt;/span&gt;&lt;/td&gt; &lt;td&gt;&lt;span class='st_email' displayText='Email' style="float:left;"&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/div&gt; &lt;/li&gt; </code></pre> <p>Unfortunately no matter what I do, whether I make table,tbody,or td have background-color:white ... the background always shows as transparent. The class in span tells the browser where to fetch a PNG image, but other than that, the background of the table should be white and not transparent.</p> <p>Help!</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.
 

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