Last Updated: February 25, 2016
·
465
· ooredroxoo

Chrome ImageReplacementBug

I've saw a weird bug on chrome this month when doing some image replacement.

I was doing a logo and put the text-indent at -9000000px and have no image or text, by trial and error I've reached the -900000px (as you may guess I just remove one zero) and the image was back.

The lesson learned from it, don't ever put more pixels than needed on a css property, browsers may dislike that and punish you badly!