#csshelp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #csshelp, aggregated by home.social.
-
These are incredible tips thank you
#Im-going-to-go-sicko-mode-tomorrow! #or-maybe-tonight-if-I-continue-to-lack-sleep #thank-you-so-much-that-browser-shortcut-is-already-going-to-come-in-such-handy #my-main-issue-with-doing-it-here-was-that-there-wasnt-really-a-structure-to-go-from #(that-wasnt-clunky-tbh #but-thats-no-one's-fault #its-a-new-site) #css-help -
Hey CSS nerds, I have this weird glitch that has started happening. I built a site a while back that uses a custom cursor with JS, so the default cursors get hidden.
On touch devices it shouldn't show at all. And I think on my old phone that was the case. But now I have a new android its behaving like it's desktop.
Plus I just visited this site from my phone and that is showing me the wrapper that should only be for desktop. (Yellow, hoverable)
https://css-irl.info/detecting-hover-capable-devices/
The site I built is:
https://andreas-olesen.tumblr.com/?param=visibleAnd here's a screenshot.
The CSS solution is supposed to be
@media (hover: none) {
display: none;
}Any pointers (HAHAHAHAHA)
-
Hey CSS nerds, I have this weird glitch that has started happening. I built a site a while back that uses a custom cursor with JS, so the default cursors get hidden.
On touch devices it shouldn't show at all. And I think on my old phone that was the case. But now I have a new android its behaving like it's desktop.
Plus I just visited this site from my phone and that is showing me the wrapper that should only be for desktop. (Yellow, hoverable)
https://css-irl.info/detecting-hover-capable-devices/
The site I built is:
https://andreas-olesen.tumblr.com/?param=visibleAnd here's a screenshot.
The CSS solution is supposed to be
@media (hover: none) {
display: none;
}Any pointers (HAHAHAHAHA)
-
CW: Spice website help
EDIT:
Thank you all for the floods of help! Hope I can implement a fix first thing tomorrow! (Exhausted right now)
-‐---Any coding nerds around (Who don't mind looking at NSFW art?)
My brain is not really at its... peak atm, and I can't figure out why my simple manual slideshows don't work in the taster section: -
CW: Spice website help
EDIT:
Thank you all for the floods of help! Hope I can implement a fix first thing tomorrow! (Exhausted right now)
-‐---Any coding nerds around (Who don't mind looking at NSFW art?)
My brain is not really at its... peak atm, and I can't figure out why my simple manual slideshows don't work in the taster section: