kirbydogs
3 months ago
I have an idea! Remove Clippy, and instead make a weird shape that looks like perfectly bent wax paper with a gradient on it, and put it in EVERY app, not just the office ones! Give it a robot mind, too, so that it'll know how to stop you from accessing sites that aren't "Microsoft Internet Explorer"
rini
3 months ago
I’m so sorry in case you’d followed me a while ago, I try to keep up by at least paying a visit back, but I miss people a lot :(
win1999
3 months ago
Aw! Thanks :)) Glad you enjoy it. Big updates coming up, if we can get all the bugs squashed!
rini
3 months ago
Thank you so much for your thoughts, I'm really flattered. And I felt the same about the typeface, glad you shared the sentiment!
amaxivermis
3 months ago
You're welcome, I love your website it's really cool! I'd like to update my website to be desktop style soon
oh wait it's a div... tell me how to make it make it like a guide you can find on IE
firefox still doesn't have proper scrollbar styling. it's a div, or more precisely, a JavaScript-driven fake scrollbar layered over a hidden native one. Still paranoid I didnt migrate all of the bars over and I forgot some dusty neglected app somewhere in the depths...
the core of the system is win98-scrollbar.js, a library that attaches custom scrollbar elements any scrollable div. The actual scrollbar is hidden via scrollbar-width: none (firefox) and ::-webkit-scrollbar { display: none } (chrome/safari). the Win98-style track, thumb, and arrow buttons are rendered as absolutely-positioned DOM elements that mirror the scroll state of the container.
OverlayScrollbars (similar to SimpleBar) was originally an option as well. But you're welcome to use win98-scrollbar.js - although it assumes certain DOM patterns, the two-div split for inset borders, portal dropdown handling, etc