Here you can Adding Drop Shadow Image in Post Blogger, how to decorate the images in the blog posts with a drop shadow effect. Very easy, basically you must find th image CSS styling in your Blogger XML template. Then, replace the styling with this CSS :
padding : 1px 1px 1px 1px; border:none; background:#fff; text-align:center; -moz-box-shadow: 1px 3px 5px #666;
Example :
My Blogger template uses class post for blog post, so all my images (img) are included in that class. So, I changed my image styling for class post.
.post img { padding : 1px 1px 1px 1px; border:none; background:#fff; text-align:center; -moz-box-shadow: 1px 3px 5px #666; }
That’s all you have to do. It works on Newest browser. So don’t use oldies web browser to test your work
2 comments:
hello!This was a really magnificentsuper Blogger Template!
I come from Pronetter, I was luck to seek your topic in baidu
Also I obtain a lot in your Topics really thanks very much i will come daily
haha...i see...
but it doesn't work on IE...
Post a Comment