Skip to main content
Participating Frequently
February 10, 2014
Question

Missing CSS3 rules

  • February 10, 2014
  • 1 reply
  • 282 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 is closed to new replies. Start a new post to keep the conversation going.

1 reply

Participating Frequently
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?