Cursor property not honored ?
Seems that Air dk does to honor the cursor property:
In the following example, when the mouse pointer is over the image, it should be shown as a nw-resize icon,but it doesn't happen.
The page works correctly if opened in Firefox or IE.
This is the page
<!DOCTYPE html>
<html>
<head>
<title>myprogram</title>
<LINK REL='StyleSheet' HREF='styles.css'>
</head>
<body>
<h2> hello world </h2>
<img src="resize.gif" class='imgresize'>
</body>
</html>
and this is the css
img.imgresize {
cursor: nw-resize;
}
Any suggestion ?
Regards.
Maurizio.
