Skip to main content
Known Participant
February 10, 2014
Question

Missing CSS3 rules

  • February 10, 2014
  • 1 reply
  • 280 views

Is there a list of what CSS3 rules are supported by Adobe AIR?

As I have been using some of the new cursors like ne-resize, but they don't work. I was under the impression that AIR used a fairly recent build of WebKit for rendering HTML content in AIR.

Thanks.

This topic has been closed for replies.

1 reply

Known Participant
February 11, 2014

Even doing:

cursor: sw-resize;

cursor: url('img/cursors/sw-resize.cur');

cursor: url('img/cursors/sw-resize.png');

Does not work in AIR 4.0

Any ideas?