Layout with Terrace Skin Transparent Background?

Hi, I’ve got a 1C layout that is anchored to the body. I then have a tabbar attached to this layout. I’m using the terrace skin. It all works fine with a body with a white background. But if I set the background to a different background color, or an image, it seems that the layout background is white and I can’t seem to change it. So if I have for example 3 tabs aligned to the left, just to the right of the tabs all the way to the end of the cell layout, there is a white bar.

How can I change this to make the layout/cell transparent so the background color of the body can be seen?

Thanks in advance.

Max

Hi
Here is a sample for you - see attachment
layout.rar (191 KB)

Thanks, that worked.

The lines that did the trick seem to be:

dhxLayout.cells(“a”).firstChild.style.backgroundColor = “transparent”;
dhxLayout.cells(“a”).firstChild.childNodes[1].style.backgroundColor = “transparent”;

If anyone else has this issue.

Thanks again.

Max

Yes, it is exactly lines you’ve mentioned. But pay attention, that it is not public solution.