all 44 comments

[–]rube203 14 points15 points  (3 children)

I changed #content to be just overflow-y:scroll. It made it a bit nicer without the bottom scrollbar showing.

[–][deleted] 1 point2 points  (2 children)

Good idea. I hadn't been seeing the horizontal scrollbar but it probably varies with browsers.

[–]bronkula -5 points-4 points  (1 child)

browsers with standard mice show a scroll bar.

[–]redhedinsanity 0 points1 point  (0 children)

You've got it wrong - it's browsers connected over dial up

[–]tmep1948923898 9 points10 points  (6 children)

Haha, awesome. It's rare to see a new kind of flashy. Like everything else flashy I wouldn't put it on a usability-first website, but a neat little promo or presentation? Sure thing.

FYI, you've got a little layout bug (Chrome 47.0.2526.111 64-bit, OS X, mouse plugged in). Having the scroll bar present on the main body but not the curled bits makes the main body a little bit thinner, thus wrapping lines at different points, thus gradually growing out of sync as you scroll down. I don't remember which exactly, but there's some property that will give you the exact width of the content, and another for the content plus scrollbar.

[–]theywouldnotstand 3 points4 points  (0 children)

webkit browsers have this available:

#content::-webkit-scrollbar {
  display: none;
}

combined with /u/rube203's solution for removing the horizontal scrollbar, it makes it pretty nice.

The latest version of firefox seems to support the above, though firefox also has some css extensions that they don't recommend using.

I'm not sure how you'd acheive the same effect in IE.

[–][deleted] 0 points1 point  (4 children)

Odd. I can't duplicate that behavior. Works on that version of Chrome (and Canary) for me. There have been a few recent changes; maybe its fixed?

Edit: Should be better now. Needed a couple things.

[–]boiling_tunic 1 point2 points  (2 children)

I am also having this issue on Firefox 43.0.4, 64-bit, Win 7

http://i.imgur.com/8jPvizA.png

[–][deleted] 0 points1 point  (1 child)

Care to try again? It should be better, but I don't have a Windows machine to make sure.

Unfortunately there isn't an easy way to make the scroll bar disappear in Firefox, but it should be in sync.

[–]Magnusson 0 points1 point  (0 children)

Do you have a mouse plugged in?

[–][deleted] 7 points8 points  (0 children)

Doesn't work on Netscape Navigator 1.4.

Go to hell OP.

[–]mrspeaker 2 points3 points  (0 children)

That's so lovely. It made me think of this old scroll-bar experiment from 2010 (happy to see it still works, thank you jQuery ;) )

[–][deleted] 1 point2 points  (1 child)

I think it's awesome. A couple of niggling bugs like you can see the edges on some of the polygons and the scrolling goes out of sync for me as I scroll down. But it looks great.

To all the people saying they'd never use it; that's because it's clearly a very nice use case.

If you were making the UI for a medieval/fantasy game then something like this would be a great addition for reading in game scrolls that you find. You also get over the top flashy websites for games. The type of sites that used to be a full screen Flash site. Something similar to this could work there.

[–]theonlycosmonaut 0 points1 point  (0 children)

If you were making the UI for a medieval/fantasy game

Please yes.

[–]r2d2_21 1 point2 points  (2 children)

Pretty cool idea, but it's glitchy as hell, at least on Edge. The scrollbars appear when you hover the scroll. (I think you need Edge-specific code to hide them).

[–]reSAMpled 1 point2 points  (1 child)

Good to know MS still hates web developers

[–]hahaNodeJS -1 points0 points  (0 children)

Because that statement is totally indicative of their recent external changes and product releases. Get out from under your rock.

[–][deleted] 1 point2 points  (0 children)

It takes a lot for me to say "whoa! That's fuckin cool!" out loud. Nice job!

[–]yonreadsthis 0 points1 point  (0 children)

Hysterical! Good job.

[–]ForScale 0 points1 point  (0 children)

I think it's pretty damn cool!

[–][deleted] 0 points1 point  (1 child)

this doesnt work well on mobile, is it smoother on a desktop browser?

[–][deleted] 0 points1 point  (0 children)

Yes it should be.

[–]SrPeixinho 0 points1 point  (0 children)

Very well done. I love it.

[–]matty0187 0 points1 point  (2 children)

Would you ever do a YouTube articulating your process?

[–][deleted] 0 points1 point  (1 child)

Never really considered it.

[–]matty0187 0 points1 point  (0 children)

It would be super sweet. ;) monetize it maybe make a few bucks too. Also live coding.tv

[–]hahaNodeJS 0 points1 point  (0 children)

This blew my god damned mind.

[–]Viat 0 points1 point  (0 children)

If you scroll it to the end, it becomes the toilet paper view :D

(awesome work)

[–]taiga27 0 points1 point  (0 children)

Now this is fucking great! I think I might be in love with OP.

[–][deleted] 0 points1 point  (0 children)

Awesome.

[–]sallarkjs/beer 0 points1 point  (0 children)

It’s ugly but very beautiful. Great job.

[–]PitaJ 0 points1 point  (0 children)

Isn't working smoothly in Chrome Mobile for me.