I’m also hoping to revisit C.OB sometime in the future, so you can bet I’m excited to check out the new stuff
hi nina!! honestly, nothing special... I basically lie in the tag that it's image/png, but link to a gif anyway. it's kind of a crapshoot if it works or not on different browsers - but it seems to on FF/Chrome! ''
'[[link rel="icon" type="image/png" href="/img/fav.gif"]]' (pretend the [[ are < and >)
Oh, heya there! I looked up the right dimensions of a windows cursor, then drew it on FireAlpaca (keeping in mind to keep the tip of the arrow touching the top left corner of the canvas, for the touch to work right). Then, you export it as a PNG, and finally change your cursor in CSS!
In the CSS, you open up the curly braces for the html element (to make sure it works everywhere, including on scrollbars), and type out “cursor: url(“INSERT URL HERE”), auto; <— The auto at the end is the default cursor, to act as fallback in case the custom cursor does not run on certain systems.
And as a bonus, if you wish to change your cursor image when you hover something, you can type out “a:link { cursor: url(“INSERT URL HERE”), pointer; <— This way avoids flickering when hovering links! You don’t need to add it to a :hover pseudoclass, the element itself does the trick!
Thanks! I don't know what I'm gonna make the Cursor Yet, but I know what I need, and that's good enough for now!
HEH thank you nina my number one fan 👊🔥💯