Table overlaps

  1. #1

    Table overlaps

    Hi,

    I have an issue with two tables. I don't know why, but they overlaps.

    The code is something like this:

    <ext:Panel runat="server" Style="border: none !important; width: 900px; height: 100% !important"  >
                <Content>
                      <table>
                          <tr>
                             <td style="width: 5px;height :14px"  colspan="12"></td>
                          </tr>
                     </table>
               </Content>
      </ext:Panel>
     <ext:Panel runat="server" Style="border: none !important; width: 900px"  >
                <Content>
                     <table>
                        <tr>
                             <td style="width: 5px;height :14px"  colspan="12"></td>
                         </tr>
                   </table>
               </Content>
     </ext:Panel>
    Of course I have more code inside the content..

    Is there an option that can solve this?

    Thanks a lot.
    Last edited by Daniil; Jul 15, 2014 at 1:05 PM. Reason: Please use [CODE] tags
  2. #2
    Hi @lesiano,

    I've run your code and it looks that it doesn't overlap for me. Or, maybe, I misunderstand something. Could you, please, provide a screenshot?
  3. #3


    Hi Daniil,

    Inside the panels I have more information that the one I put in the request. I need ti put the following to see the two panels separated.

    <tr>
                                <td style="width: 5px; height: 14px" colspan="12"></td>
                            </tr>
                            <tr>
                                <td colspan="12" style="height: 12px"></td>
                            </tr>
                            <tr>
                                <td colspan="12" style="height: 12px"></td>
                            </tr>
                            <tr>
                                <td colspan="12" style="height: 12px"></td>
                            </tr>
                            <tr>
                                <td colspan="12" style="height: 12px"></td>
                            </tr>
                            <tr>
                                <td colspan="12" style="height: 12px"></td>
                            </tr>
                            <tr>
                                <td colspan="12" style="height: 12px"></td>
                            </tr>
                            <tr>
                                <td colspan="12" style="height: 12px"></td>
                            </tr>
                            <tr>
                                <td colspan="12" style="height: 12px"></td>
                            </tr>
    In the image you can see that the overlap.

    Thanks.
    Attached Thumbnails Click image for larger version. 

Name:	error.png 
Views:	11 
Size:	1,010 Bytes 
ID:	13681  
    Last edited by Daniil; Jul 21, 2014 at 1:29 PM. Reason: Please use [CODE] tags
  4. #4
    Hard to say what is going wrong. If you provide a full runnable test case, I could investigate.

Similar Threads

  1. [CLOSED] Label overlaps with hyperlink
    By Maitreya in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 28, 2013, 12:45 PM
  2. [CLOSED] MVC 4 Razor Table Layout.Table
    By ashleysbuss in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 18, 2013, 10:39 PM
  3. [CLOSED] Table Layout, 100% width Table
    By sisa in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 20, 2011, 6:40 AM
  4. [CLOSED] Pagingtoolbar text overlaps in toolbar
    By yobnet in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 12, 2010, 8:37 AM
  5. UpDate Table with SqlDataSource
    By yairoman in forum 1.x Help
    Replies: 0
    Last Post: Jan 25, 2010, 10:54 PM

Posting Permissions