It would be nice if it will be possible to define catalog images (image lists) in CSS directly. Something like this: @image-list MyIcons { image: url(my-huge-catalog.png); parts: cut-icon 0 0 16 16, copy-icon 16 0 16 16, paste-icon 32 0 16 16; ... } And later in styles to use these catalog parts as button#cut { background-image: MyIcons(cut-icon); } button#copy { background-image: MyIcons(copy-icon); } ..... I think that web app designers will appreciate that. -- Andrew Fedoniouk. http://terrainformatica.comReceived on Sunday, 4 March 2012 06:23:15 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:13 UTC