paigejohnston / little-miss-naughty

For www.stuffmov.es | P2 – book brief | base skeleton site template
0 stars 0 forks source link

Cursor - bug where custom mouse doesn't show when hovering a gif #4

Open paigejohnston opened 5 years ago

paigejohnston commented 5 years ago

file:///Users/paigejohnston/Projects/paigejohnston/little-miss-naughty/index.html

Cursor- When hovered over the marquee and the giff, the cursor swaps from my personalised cursor, to the pointer. -Want cursor to remain the little miss naughty character I've set it to be.

sehsarah commented 5 years ago

Updated your issue title to describe the particular bug you're encountering

ellysmlly commented 5 years ago

@paigejohnston We went over this in class but logging here too –

Bug Browser default cursor is appearing for hyperlinks

Solution Define your personalised cursor for hyperlinks to override the browser default

a:hover { cursor: url("../assets/lmn-cursor-png.png") 0 0, pointer; }

Other considerations We also discussed that you could design another cursor to indicate that the user is hovering over a link. Something similar to the pointer hand default but in your little miss style

Let me know how you go 👍

sehsarah commented 4 years ago

has this been fixed now @paigejohnston ? If so this issue can be closed