Here’s my problem: http://jsfiddle.net/gregseth/548S2/
Why is there a white space between the elements? And how can I get rid of it?
In addition why are the dimensions of the <img> not taken into account on jsfiddle, when it is on a ‘normal’ HTML page (Firefox)?
It’s because of the
If you’d change this to:
the margins are gone.
jsfiddle: http://jsfiddle.net/548S2/3/