Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My attempt to make the related post widget thumbnil image on blogger circle wasn't successful. Here's the code I am using..

.popular-posts .item-thumbnail {
border: 5px solid #dddddd !important; 
border-radius: 100px !important;
}

my blog, tipsontricks (dot) com, see the sidebar- I want the border to go on top of the image, not under. Thanks for the help :)

share|improve this question
setting the border-radius on the actual image makes the corner rounded at least. Are the images always same size as the container? – mariusnn Aug 2 '12 at 2:38
you need border only top? – prash Aug 2 '12 at 2:42

1 Answer

up vote 0 down vote accepted

Like mariusnn said, take those styles off .item-thumbnail and put them directly on the img and see if you like that effect better.

share|improve this answer
ahh...thanks :) – John Xc Aug 2 '12 at 2:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.