I have this one super fancy background image that needs to scale into being the background for 3 boxes on one page, 100% height/width. Is this possible?
NOT 1 background scaling to be the whole page background.
But
| Box 1 (50x50) gets background| | Box 2 (20x20) gets background | etc.
I'd like to assign class "background" to all of these divs, and have 1 background image used that scales based on the dimensions of the div. Its a square, and its ok if it looks slightly distorted
FYI - this is a panels page drupal layout.