Hi,
I have three images and I need to place them over themselves. The problem is I don't know their coordinates on the screen during design time, so I can't use TOP and LEFT properties. The POSITION: ABSOLUTE itself is quite near to the situation I need to get, but I really need the pictures to fit pixel to pixel.

I was wondering if I could somehow use POSITION: RELATIVE, because the pictures are in a table cell, so I know they are all e.g. two pixels from the cell corner.

Any other idea?
Thanks,
John