Column list with links - items move down on click in Chrome
问题 Column lists in Chrome have an odd bug: When you click the first link in a 1+ column (not the first column) then the item moves the column down by ~5px. Is this a bug? Can I prevent it with some CSS rules? Tested Chrome version: 39.0.2171.71 m Test this in Chrome (fiddle link): ul { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; } <ul> <li><a href="#">Item 1</a> </li> <li><a href="#">Item 1</a> </li> <li><a href="#">Item 1</a> </li> </ul> 回答1: As of Chrome 39