Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjdrom
    • CommentTimeJan 1st 2010 edited
     
    Well the issue arose when I went to attempt to give the intermediate images (the ones that show after you click the thumb, but not the full-size image) a drop-shadow using CSS. I basically followed this guide here: http://www.alistapart.com/articles/cssdropshadows/

    So I added a div around the img in the picture.php of the default theme. Shadow itself works fine, and is fine for images that take up the full space, but with portrait images, they aren't centered and stuck to the left. This I believe is from the shadow being floated left.

    I know it's just a small detail, but I'd prefer if it could be figured out. Though it's not crucial. Maybe there's a better way to do a drop shadow?