sj137
5 Aug 2007, 2:37 AM
Hi I'm using a border layout with two collapsible east & west regions.
I created the sideways text as an image in photoshop and use the following css to display them:
.x-layout-collapsed-west {
background-image: url(images/westtitle.gif);
background-repeat: no-repeat;
background-position: center;
}
now i want to add another border layout panel with east and west regions inside a dialog box,
how can i distinguish between the different regions so i can have different title images?
or what is the best way to set the title images of the different regions
Many thanks in advance
Rgds, SJ
I created the sideways text as an image in photoshop and use the following css to display them:
.x-layout-collapsed-west {
background-image: url(images/westtitle.gif);
background-repeat: no-repeat;
background-position: center;
}
now i want to add another border layout panel with east and west regions inside a dialog box,
how can i distinguish between the different regions so i can have different title images?
or what is the best way to set the title images of the different regions
Many thanks in advance
Rgds, SJ