I have floated elements which I can’t remove the padding and/or margin, even with CSS reset.
See at http://ogabrielsantos.com.br/dev/, when hover the Ilustradores menu, each image need to have not a padding, margin, etc.
I can paste some codes here, but, I think seeing at the website is more easy and fast, because I have to put a large css/html block here.
Thanks.
Use
display:blockon your images in menu. Images are by default inline elements and they are aligned to the text baseline (their bottom line is on the text baseline) and there are few pixels under the baseline, which is what you see.