Log in

View Full Version : Possible to have 3 backgroung images?



jiam1
08-03-2008, 07:44 AM
May I know if it is possible to use 3 different backgroung images (left, center, right) using CSS?

If so, would appreciate if someone could advise on the code.
Thank you.

TheJoshMan
08-03-2008, 04:32 PM
not within the same element it isn't.
You might be able to "hack" your way to using 3 by creating a "wrapper" DIV with 3 "content" DIVs inside it. Then just apply backgrounds to each of the three DIVs.

Nile
08-03-2008, 04:47 PM
For example:
http://niler.net/examples/3bg/

TheJoshMan
08-03-2008, 04:48 PM
exactly.