On Mar 24, 3:10*pm, "Jeff" <it_consulta...@hotmail.com.NOSPAM> wrote:
> Try to remove space and line breaks between tags within the div
> container
>
> ...margin-top:76px;"><a....</a><a...</a></div>....
>
> I thought that wouldn't fix the problem, now I'm in full surprise as it
> actually fixed the problem.
>
> cheers *
Great! Glad you got that working, I think the problem is because of
the space (a space for a letter) and if font size is big you see that
as a space between the images. You can also try to set font-size (e.g.
font-size: 1) to see if it helps.
Cheers