PDA

View Full Version : drop shadow on images


whiskerz
01-30-2006, 05:16 PM
I would rather not have the drop shadow around my photo. How can I make it go away? I am using the dark "simple" template for now.

blinking8s
01-30-2006, 06:12 PM
link?

Joe[y]
01-30-2006, 07:51 PM
in templates/simple/styles/light.css and change


#photo {
background:#f5f5f5;
padding:5px;
border:1px solid #ccc;
}

to


#photo {
border:0px solid #fff;
}

whiskerz
01-31-2006, 11:53 AM
Thanks for the reply, turns out I was having a serious id10t error. The drop shadows I am referring to are part of the image itself. I had loaded a test image and assumed that scripting in pixelpost was adding the shadow.

No wonder I couldn't find anything in the code to add a shadow.

Thank you for your prompt response :)

Joe[y]
01-31-2006, 06:12 PM
i figured you meant the border. ok.