Custom style selection bar?
Alex Souvorov
Registered Users Posts: 4 Beginner grinner
I want to make a diffrent look just for one category. I disabled the standart header and created a custom one for this category http://alexsouvorov.smugmug.com/gallery/3919098#227566654 . Is there any way to add the style selection bar to the castom header?
Thanks,
Alex
Thanks,
Alex
0
Comments
My Website index | My Blog
It is set to viewer control. I knocked down the standart header
<*div id="belcantanti_header">......<\*div>
#belcantanti_header {
display: none;
}
.category_Bel_Cantanti #belcantanti_header{
display: block;
}
.category_Bel_Cantanti #header{
display: none;
}
I found how to put the search box in my div but have no clue about the style box.
Alex