Closed GoogleCodeExporter closed 9 years ago
Original comment by codedr...@gmail.com
on 22 Jul 2009 at 6:21
Original comment by rusn...@gmail.com
on 14 Aug 2009 at 9:01
New tool to automatically create CSS sprites:
http://www.stevesouders.com/blog/2009/09/14/spriteme/
However, it looks like we use <img>s instead of background-image so actually CSS
sprites will not actually work unless we change that. See
http://code.google.com/p/spriteme/issues/detail?id=5
Original comment by codedr...@gmail.com
on 15 Sep 2009 at 1:21
Not sure how important this is, but it would be more semantically correct if we
used
<button>s rather than <div>s. That might cause issues with the flyouts, though.
Original comment by adeve...@gmail.com
on 15 Sep 2009 at 2:20
Fyrd - I'm all for moving towards <button>s with background-image CSS'ed in.
Please
feel free to hack on this if you can get it to work (I'm not clear on what the
problem would be with flyouts).
Original comment by codedr...@gmail.com
on 17 Sep 2009 at 3:20
Since we've got the SVG icons working happily in the transformlist branch as of
r916,
this issue has essentially been solved.
Original comment by adeve...@gmail.com
on 10 Nov 2009 at 11:51
Original issue reported on code.google.com by
rusn...@gmail.com
on 8 Jul 2009 at 3:01