I\'m having trouble figuring out why border-radius is gone from my #screen element when using chrome but not firefox or ie9?
I have all the different prefixes for ea
Here's a workaround that will fix the current chrome bug:
.element-that-holds-pictures { perspective: 1px; /* any non-zero value will work */ }
This won't affect the display at all (unlike the opacity:0.99 workaround - which is great workaround, too, by the way).
opacity:0.99