Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Show rightside bar on some categories via CSS

Quote Reply
Show rightside bar on some categories via CSS
I am trying to display rightside bar on some categories/subcategories via luna css.
I have serveral copies of category.html, so I tried this approach with one copy of category.html (category33.html) but had no effect:

Code:

/* show the right sidebar for this category33 template only*/
#category33 ocwrapper {
border-right-width: 200px;
}
#rightsidebar {
display: block;
}
#contentheader .error, #contentheader .message {
margin: 0px;
}


thank you
Mark

Last edited by:

Mark2: Oct 9, 2006, 10:12 PM
Subject Author Views Date
Thread Show rightside bar on some categories via CSS Mark2 3261 Oct 9, 2006, 9:39 PM
Thread Re: [Mark2] Show rightside bar on some categories via CSS
aus_dave 3184 Oct 9, 2006, 11:50 PM
Thread Re: [aus_dave] Show rightside bar on some categories via CSS
Mark2 3189 Oct 10, 2006, 8:57 AM
Thread Re: [Mark2] Show rightside bar on some categories via CSS
aus_dave 3173 Oct 10, 2006, 4:32 PM
Thread Re: [aus_dave] Show rightside bar on some categories via CSS
Mark2 3163 Oct 10, 2006, 6:29 PM
Post Re: [Mark2] Show rightside bar on some categories via CSS
aus_dave 3164 Oct 10, 2006, 6:56 PM