Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Stefan Riedel-Seifert on Jan 29, 2009 03:04
open dhtmlx forum
Nested layout - border-right missing

Hello,

i wanted to make follwing layout:

a page with header above and a main area below:
var mainLayout = new dhtmlXLayoutObject("parentId", "2E");
var partlayout = new dhtmlXLayoutObject(mainLayout.cells("b"), "3L");

i have changed in th css the border-color:

table.dhtmlxLayoutPolyContainer_dhx_blue td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar {
    position: relative;
    font-family: Tahoma;
    font-size: 2px;
    height: 31px;
    height=33px;
    margin-bottom: 1px;
    background-image: url("../imgs/dhxlayout_dhx_blue/dhxlayout_bg.png");
    background-repeat: repeat-x;
    background-position: top;
    overflow: hidden;
    border: red 1px solid; /*border: #C2D5DC 1px solid;*/

If you could see in the attached file, the borders on the right are missing in cell b and c: why?

Best regards,
Stefan Riedel-Seifert
Answer posted by Support on Feb 03, 2009 09:19
Hello,

This is unfixable in current version. Probably will fixed in future release.