Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You can use the CSS 3 property box-shadow for that:

    .pwaplusphp_thumbnail img {
    box-shadow: 5px 5px 5px #000;
    }

    You can play with the values a little to get a similar effect. More info on this property can be found here.

    P.S.: What happened with your vertical title? Did you give up on that?

    Thread Starter AardvarkGirl

    (@aardvarkgirl)

    Thank you for the reply. I will give this a go this evening when I get out of work.

    As far as the vertical / rotated title – I did TEMPORARILY give up on it. I’ve been picking away at that site for a month now (it is my own site, figures it is the last to get attention) and I’ve GOT to get it functional. Figured I can go back to the ‘eye candy’ pieces when I get the essential functionality done. But no… I have not given up on it for good. 🙂

    Ok, good to know.
    I was just following up, 🙂 I liked the concept and thought it was a good idea to try it out.
    As for the code I posted, you might have to target containing gallery div by its ID too:

    #photogallery .pwaplusphp_thumbnail img {
    box-shadow: 5px 5px 5px #000;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Put photo gallery in footer, now how to get shadowbox to work’ is closed to new replies.