Skip to main content
mauriziof35004155
Participant
August 11, 2015
Question

Cursor property not honored ?

  • August 11, 2015
  • 0 replies
  • 137 views

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.

This topic has been closed for replies.