- From: by way of Bert Bos <gtg443p@mail.gatech.edu>
- Date: Sun, 31 Oct 2004 01:31:35 -0700
- To: www-style@w3.org
Personally, the purpose of having multiple background images would be so that they could be placed in different positions. I would have to support nesting of some sort: background { ____ background1: url('something') top-right; ____ background2: url('something') top-right; ____ background3: url('something') top-right; } and in the DOM: object.style.background.background1 = "url('something') top-right"; of course, this would probably need tweaking, but having multiple backgrounds is just silly if you can't do anything with them.
Received on Sunday, 31 October 2004 08:32:16 UTC