I want to change the mouse cursor over the text in a certain div. If I use:
.divchange { cursor: pointer;}
the cursor will change over the whole div and not just over the text.
I want to change the mouse cursor over the text in a certain div. If I use:
.divchange { cursor: pointer;}
the cursor will change over the whole div and not just over the text.
The point is
display:inline-block.