Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Alexey Sysoev
5,945 Pointscss border radius animation
Hi! Trying bild css3 animation when hover on my demo-page http://alex-sysoev.com.ua/ .
In circles i have images and border radius on it.
in Firefox it's look great, in IE10 to, but in google chrome and opera there are some problems with overflow, in safari overflow don't work at all. How can if fixed this?
2 Answers

Richard Roche
2,099 PointsPut the border radius on the li element AND the img element, then animate both. It's a weird webkit issue.

Alexey Sysoev
5,945 PointsThanks guys, it worked!
James Barnett
39,199 PointsJames Barnett
39,199 PointsAlexey Sysoev - If you are still having issues after taking Richard Roche advice, make a reduced test case using codepen