Hey all,
i made round avatar pictures on my theme by using
border-radius: 50%;
you can see it here: Tingeltangel and it looks well in chrome and firefox but not in safari and also not in chrome on iphone/ipad. Why's that?
im pretty sure you'll need to put your image inside another div.
check this out: http://www.splashnology.com/article/round-avatars-in-css3/4099/
hi again. i think the problem is that you trying to apply all those things on the image itself. i use to put round images inside a div and then style the div itself.
this might be a simple fix.
Hey all,
i made round avatar pictures on my theme by using
you can see it here: Tingeltangel and it looks well in chrome and firefox but not in safari and also not in chrome on iphone/ipad. Why's that?
im pretty sure you'll need to put your image inside another div.
check this out: http://www.splashnology.com/article/round-avatars-in-css3/4099/
hi again. i think the problem is that you trying to apply all those things on the image itself. i use to put round images inside a div and then style the div itself.
this might be a simple fix.