hello
I have a division with a small picture as a background with:
background-position: center left;
...so that the picture appears centered on the left in the division.
I also want to put a checkbox right under the background picture, and I guess I'll have to position it relative to the center of the division (because the division height is not always the same).
Is this possible?
Thank you!