A div has a tilable background. The height of this div will depend on its content. I need the div to stretch by a multiple of the background image's size.
For instance, the background is a 64x64 image. So, if the div's height is to increase, I want to do so by steps of 64px.
Is this possible with CSS? I've not found leads using google. Thanks for your time!