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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -