+ Reply to Thread
Results 1 to 3 of 3

Thread: solved

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Posts
    159

    How to make table side box Non collapse

    I tried doing the following but was not successful at the style.css

    ========================================

    form
    {
    margin: 0;
    }
    ul,
    li
    {
    padding: 0;
    margin: 0;
    list-style: none;
    }

    table
    {
    /* border-collapse: collapse; */
    border-spacing: 0;
    border-padding: 0;
    border: 0px;
    }
    Last edited by rosegarden; September 12, 2012 at 01:59 AM.

  2. #2
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    Sorry this is not solved ... if anyone know please kindly assist

  3. #3
    Desmond, what are you trying to accomplish? Do you want to prevent the blocks to be minimized by clicking the title? This is done via jquery, I don't think you can prevent that via CSS only. I can try to help you but please clarify first.

+ Reply to Thread