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! While you're at it, check out some resources Treehouse students have shared here.

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

CSS

Alexey Sysoev
Alexey Sysoev
5,945 Points

css 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

Put the border radius on the li element AND the img element, then animate both. It's a weird webkit issue.

James Barnett
James Barnett
39,199 Points

Alexey Sysoev - If you are still having issues after taking Richard Roche advice, make a reduced test case using codepen

Alexey Sysoev
Alexey Sysoev
5,945 Points

Thanks guys, it worked!