Closed GoogleCodeExporter closed 9 years ago
OK, I couldn't resist -- I found the problem.
If the CSS class that is being targeted is specifying a color like:
background-color:white;
The code crashes in IE. The fix is to specify the hex code, e.g.:
background-color: #FFF;
That seems to take care of it. The corners look a little choppy, though.
Original comment by eric.mur...@gmail.com
on 23 Apr 2010 at 3:52
Yep; named colours are not supported.
Original comment by jolley.s...@gmail.com
on 16 May 2010 at 12:34
Original issue reported on code.google.com by
eric.mur...@gmail.com
on 23 Apr 2010 at 2:24