Note that there are some explanatory texts on larger screens.

plurals
  1. POProblem with background images on table cells between different browsers
    primarykey
    data
    text
    <p>I have a design in css when displayed in Firefox appears correctly. But when opened with Firefox or Chrome there is a problem with the background images of the cells.</p> <p>The problem is that cells with background images are elongated. I not sure how to fix this. I have defined the size of the cells but the Chrome and Explorer table do not respect this value.</p> <pre><code>&lt;table border="0" cellspacing="0" cellpadding="0" height="463px"&gt; &lt;tr&gt; &lt;td rowspan="4" &gt; &lt;img src="images/principal.gif" border="0" lenght="1037px" height="463px" /&gt; &lt;/td&gt; &lt;td height="146px" id="celda" style="padding:15px;background-image:url(images/capdreta.gif);background-repeat: no-repeat; border:0;" &gt; &lt;p class="titol"&gt; Anuncio Publicitario&lt;/p&gt;&lt;br /&gt; &lt;p class="text"&gt;Inserte un anuncio &lt;br/&gt;publicitario en tu app&lt;/p&gt; &lt;br /&gt; &lt;a href="#"&gt;Más Información&lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;img src="images/iadd.gif" border="0"/&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td height="111px" id="celda" style="padding:15px;background-image:url(images/spacegris.gif);background-repeat:"&gt; &lt;p class="titol"&gt; Anuncio Publicitario&lt;/p&gt;&lt;br/&gt; &lt;p class="text"&gt; Inserte un anuncio &lt;br/&gt; publicitario en tu app&lt;/p&gt;&lt;br /&gt; &lt;a href="#"&gt;Más Información&lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td height="90"&gt;&lt;img src="images/rss.gif" border="0"/&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre>
    singulars
    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