Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS column-count not working in Chrome.

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200634
    Dext3r
    Participant

    Hey guys, need some help.

    For what ever reason the image hover animation only works for three of the images. The rest appear to be broken, but this only seems to be the case in chrome and I cant figure out why.

    http://codepen.io/awesomephant/pen/spdbC

    #200709
    timbarden
    Participant

    Hey,

    I found a similar issue highlighted on chromium where the hover only works on the first column.

    The issue was fixed by adding this, in your case to the .shots li elements:

    -webkit-column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
    

    Works for me now, though not 100% sure how :) http://codepen.io/timbarden/pen/Xbrzxy

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.