Don’t know much about CSS but looking for a way to get rounded image corners after readin a couple of dark solutions I found just adding a 0px margin and using the -mox-brorder-radius directive worked for me. Works for my Firefox-like browser, not sure about IE…but who cares?
img {
-moz-border-radius: .6em .6em .6em .6em;
}
Advertisement

