We all know our current CSS version cannot handle double backgrounds. Hopefully in the future this will be available so we don’t have to pull these work-a-rounds. The solution is to use two repeating images, one for the left-side background, and another for the right-side background.
Related Submissions:
- Double Body Background CSS Trick So, you just created this awesome fancy background for a website. The top part of the background is large and in charge, while everything below...
- Blurry Background Effect When setting a background image on a page element with CSS, you can control its position with “background-positionâ€, but an often-forgotten trick is that you...
- How to: CSS Large Background Since I posted the huge collection of Large Background Websites, I received several email requests on how to make a large background site with CSS....
- Scrolling Background Effect Explained The technique is actually a lot simpler than it looks, it’s based around scrolling a very tall gradient image behind some transparent PNG images. The...
- Background Position X and Y Every now and then I look at using background-position-x and background-position-y but can never seem to find a definitive and up-to-date resource. To save myself...