Note that there are some explanatory texts on larger screens.

plurals
  1. POcss border not working on mouseover event in chrome?
    primarykey
    data
    text
    <p>The mouseover function is not working with Google Chrome. Working fine with Firefox and IE. While mouseover the border bottom is not disappearing. But if removing <code>border-collapse: collapse</code> it's working fine. Why is this? Any solution.</p> <p>css:</p> <pre><code> html, body{ margin: 0; padding: 0; } .table { border-collapse: collapse; } .border { border-style: solid; border-width: 1px; border-color: #000000; background-color: #deecf9; border-left: 0px; border-right: 0px; } .border1 { border-style: solid; border-width: 1px; border-color: #000000; background-color: #deecf9; border-left: 0px; border-right: 0px; } .border2 { border-style: solid; border-width: 1px; border-color: #000000; background-color: #FFFFFF; border-left: 0px; border-right: 0px; border-bottom: 0px; padding: 1px; } </code></pre> <p>Table:</p> <pre><code>&lt;table width="1024" border="0" align="center" bgcolor="#FFFFFF" class="table"&gt; &lt;tr&gt; &lt;td height="9" colspan="4" class="border"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="border1" onmouseover="this.className='border2'" onmouseout="this.className='border1'"&gt;&amp;nbsp;&lt;/td&gt; &lt;td class="border1" onmouseover="this.className='border2'" onmouseout="this.className='border1'"&gt;&amp;nbsp;&lt;/td&gt; &lt;td class="border1" onmouseover="this.className='border2'" onmouseout="this.className='border1'"&gt;&amp;nbsp;&lt;/td&gt; &lt;td class="border1" onmouseover="this.className='border2'" onmouseout="this.className='border1'"&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
 

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