STYLING of the SLIDESHOW

Can somebody help me with styling of the slideshow? I need thick border around the picture but styling of the

#slideshow a img {
border: 10px solid white;
}

does nothing.. Thanks Klimas

Comments

  • acrylian Administrator, Developer
    Try adressing the img tag directly
    `
    img {
    border: 10px solid white;
    }
    `
  • Superb! Thanks Klimas
  • The style of present slide-show is not so good. I suggest use shadowbox in next version,it's cool. http://mjijackson.com/shadowbox/
  • acrylian Administrator, Developer
    You can style the current slideshow via css to your liking. Beside that feel free to provide an additional plugin using that shadowbox. But note that Zenphoto uses jQuery as default libary and this shadowbox is based on prototype/scriptaculous so there might be conflicts.
Sign In or Register to comment.