I have put the following code:
<a class="lightbox tSixty cboxElement" href="http://blabla/embed/5346/" rel="pic">
<img class="lightbox" src="http://blabla/thumbs/175x140/r/files/1324542705/00.jpg">
<img style="border: medium none; height: 39px; left: -62px; position: relative; top: -5px; width: 55px;" src="/images/360_view_icon.png">
</a>
My problem is, that the 2nd img is supposed to be a watermark on the 1st img.
It is working, however the width of the a element also includes the watermark, hence pushing all the elements on its right by the size of the watermark.
How can I fix that?
Try something like this: