Adding a cursor over on hover
Make a cursor show over an element
Defining a style declaration
<style>
.pointerCursor {
cursor: pointer;
}
</style>.pointerCursor {
cursor: pointer;
}
Defining the cursor style in the styles field

Last updated
Was this helpful?