Issue while using images for collapsed west in border layout
Kuldeep
18 Dec 2010 04:34:55 GMT
18 Dec 2010 04:34:55 GMT
I am facing an issue while setting collapsed image for west part of a border layout.
When my main page (lets call it page 1 which uses a border layout with collapsible west) has an include within it and the in the included page (lets call it page 2) also uses borderlayout with collapsible west and when I try to set image for collapsed west using following css in the page 1, it also uses the same image for page 2 which i dont think should happen.
.z-west-colpsd
{
background:url(zkImages/FilterSearchRecordsImg.png) no-repeat;
}
Is there a way to avoid this from happening?
Please reply as I m stuck with this problem in my project.
I am facing an issue while setting collapsed image for west part of a border layout.
When my main page (lets call it page 1 which uses a border layout with collapsible west) has an include within it and the in the included page (lets call it page 2) also uses borderlayout with collapsible west and when I try to set image for collapsed west using following css in the page 1, it also uses the same image for page 2 which i dont think should happen.
.z-west-colpsd
{
background:url(zkImages/FilterSearchRecordsImg.png) no-repeat;
}
Is there a way to avoid this from happening?
Please reply as I m stuck with this problem in my project.