I have problem with spacing between images.
I’ve tried everything but in firefox / opera work perfect, but chrome and IE add space between pictures.
So I even removed all the CSS, that doesn’t work.
I’ve tried to add remove css for chrome which I’ve found on google, that also doesn’t help
I’ve added picture so u can see what’s going on there. Any ideas ?

Unwanted spacing between images is generally caused by whitespace (newlines, tabs, spaces, etc.). There are many ways to deal with this, my personal favorite is to comment out the whitespace so that my formatting stays in tact:
See more techniques here: http://css-tricks.com/fighting-the-space-between-inline-block-elements/
The
border-spacingproperty thedivis inheriting from the table should not be applying at all on image elements because it only works with elements that are behaving as a table.https://developer.mozilla.org/en-US/docs/CSS/border-spacing