Cool rockhand!
a { cursor: url(/hand.cur),url(/hand.png),auto; color: #000; text-decoration: underline; outline: 0; -webkit-tap-highlight-color: rgba(180,0,25,.5); }
See the links at large.nl
Cool rockhand!
a { cursor: url(/hand.cur),url(/hand.png),auto; color: #000; text-decoration: underline; outline: 0; -webkit-tap-highlight-color: rgba(180,0,25,.5); }
See the links at large.nl
If it does not scroll as expected on iOS, try:
height: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
overflow-y:scroll;
-webkit-overflow-scrolling: touch;
That’s all! Continue reading iOS fixed layers and scrolling