Quantcast
Channel: Adobe Community : All Content - AIR Development
Viewing all articles
Browse latest Browse all 2954

Cursor property not honored ?

$
0
0

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.


Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>