css - Chrome tr height skips pixels -
i'm having strange behaviour in chrome when using 'height' property or 'tr' elements. if set 25px rows 26px, 1 pixel larger , behaves same sizes 25-29 or 35-39. if set 20-24 or 30-34px display normally.
table tr { height: 25px; }
you can see here in fiddle: http://jsfiddle.net/uw53u/1/ .
works in ff.
note: i'm using windows 7 , chrome 26.0.1410.64 m
on windows7 , chrome 26.0.1410.64 m working fine example, try deactivate chrome extensions.
Comments
Post a Comment