CSS Properties: How to set the cursor so that it indicates that an edge of a box is to be moved down?
Solution:
HTML Code:
Explanation:
- This HTML document sets the cursor style for a <span> element to s-resize using CSS.
- When the user hovers over the <span> element, the cursor will appear as a south (downward) resize cursor, indicating that an edge of a box is to be moved down.
Live Demo:
See the solution in the browser
Supported browser
![]() |
![]() |
![]() |
![]() |
![]() |
Yes | Yes | Yes | Yes | Yes |
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.