Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

http://jsfiddle.net/bruceape/YbZpB/4/

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.