I've been using CSS3 columns to make a layout of images. One issue I ran into was that on older Safari browsers (5.0 and lower) was that if I changed the opacity of the image, the layout completely breaks. Somethings even disappear. I tried a few things, like wrapping the image in other tags with no avail. I noticed this happens to any block level element.
Here is a JS Fiddle showing an example. It will work fine on current versions of Safari, but mess up on 5.0 and below. I'm guessing it's probably a bug. Any ideas of a solution or work around?