Open GoogleCodeExporter opened 8 years ago
More updates:
- Added hover support (no, css :hover for IE6 though, also slower than I'd like)
- Will now automatically redraw the element when it changes (e.g. is resized in
javascript, including by jQuery. Will be slow if the change affects document
flow. I don't suggest doing this in a timeout).
Original comment by t...@r.je
on 28 Sep 2010 at 3:07
Attachments:
[deleted comment]
More updates:
- Fixed a shadow positioning problem in the last one
- Fixed a z-index issue where effects would be hidden on elements with
relative/absolute positioned parents that were overlapping static elements
- Added basic linear gradient support, can't read existing -moz-gradient or
-webkit-gradient as they are part of the background property and IE ignores
them. Usage: -css3-background: linear-gradient(90deg,blue,red); Currently only
supports this format.
Original comment by t...@r.je
on 7 Oct 2010 at 9:51
Attachments:
I have added a lot of improvements including a code restructure and support for
RGBA backgrounds. I've put it on my site here: http://r.je/css3-in-ie.html with
a demo page here: http://r.je/css3-demo.html
Original comment by t...@r.je
on 12 Oct 2010 at 11:03
Original issue reported on code.google.com by
t...@r.je
on 28 Sep 2010 at 1:55