I have a list of div pairs: MainDiv's and infPanel Divs. I need to put infPanel div's upon MainDiv and eliminate distance between MainDiv's.
The best decision that I see is to set image in MainDiv with background
option and just put infPanel inside MainDiv, but because of some technical requirements it is better to post image through just tag.
Another solution is to use position: absolute;
and with JS set the position for each infPanel, but it will be great to eliminate JS.
Can you suggest more "agile" solution? Thank you.