Custom style selection bar?

Alex SouvorovAlex Souvorov Registered Users Posts: 4 Beginner grinner
edited December 1, 2007 in SmugMug Support
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

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited December 1, 2007
    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
    First set the style to viewer control and then we can look at moving it up there.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Alex SouvorovAlex Souvorov Registered Users Posts: 4 Beginner grinner
    edited December 1, 2007
    Allen,
    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
Sign In or Register to comment.