raphael 0 Posted January 2, 2013 Report Share Posted January 2, 2013 Hi all, I'd need to position two background-images in one element seperately.Is this possible in css3? E.g: I've got a div and two background images. Now I'd need to position them seperately. One images in the left, the other one in the right corner. Thanks! Raphael Quote Link to post Share on other sites
manojnaanak 4 Posted January 3, 2013 Report Share Posted January 3, 2013 (edited) try this... .div{background: url(one.jpeg) 600px 10px no-repeat, url(two.jpeg) 10px 10px no-repeat;} Edited January 3, 2013 by manojnaanak Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.