PDA

View Full Version : BorderLayout Transparent



gelleneu
13 Sep 2007, 2:01 PM
Hello,

I have the following problem: I want to create a desktop application. The Document.body is divided in 3 Layout regions:

north (Menubar)
center (Desktop)
south (Start menu etc..)

The document body has a body background picture. I created the 3 regions with a borderlayout. But the background is in white, so, that the body-background picture is not visible.

Which css-classes do I have to change, so, that the Border Layout is completely transparent / the layout structure invisible (like a transparent table)?

para
14 Sep 2007, 6:09 AM
I imagine you'd have to modify .x-layout-panel. It sets a background color to white. You may just be able to remove that line.
Good luck.