I've got a blocklist with say 10 blocks. Say, I want to apply 1 non-repeating background image behind blocks 3, 4 and 5. Does anyone have a suggestion for how to accomplish that?
It'd be easy if there was a div that wraps just those 3 blocks, but that's not the case.
Blocklist Background Image
This is more of a front-end question I think.
I've got a blocklist with say 10 blocks. Say, I want to apply 1 non-repeating background image behind blocks 3, 4 and 5. Does anyone have a suggestion for how to accomplish that?
It'd be easy if there was a div that wraps just those 3 blocks, but that's not the case.
Figured out something that works...
In css I apply the same image as the background to block 3, 4 and 5 with
background-attachment:fixed;
That seems to do the trick.is working on a reply...