I apologize if there is something very obvious I need to correct here, but I am stumped on this one. I'm just try to layout a series of links (styled as block level elements) in a grid layout. I've boiled down what I'm trying to do into it's most simple state here: http://cdpn.io/JLdne
In Safari and Firefox it renders as I would expect, but in Chrome (of all browsers) the 2nd the 3rd link elements are shifted down another 32 pixels.
Part of me is saying I may have found a weird bug in chrome, but I'm thinking the more likely thing is I'm just doing something wrong. Is there a better way to do this? I tried changing the a elements to display as inline-blocks, rather than using floats but it started to cause other issues in my layout. Thoughts would be appreciated.
instead of a? Just a thought.
– Matt Whitehead Feb 26 '13 at 00:00