How to make website scroll horizontally instead of vertical?

All about creating websites!
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

How to make website scroll horizontally instead of vertical?

Post by z3r0aCc3Ss »

I have seen this website:

Code: Select all

www.black5.de
This website has horizontal scrolling effect. How do I achieve that?
Any tutorial to start with?
Also, can anyone tell me how that website is built? Which technologies n languages?
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: How to make website scroll horizontally instead of vertical?

Post by ayu »

I can start by telling you that the site uses the following:

PHP 5
Modernizr JavaScript Library

The scrolling effect might be a custom thing that they have made with JavaScript.
Maybe this is what you are after:

Code: Select all

https://github.com/Prinzhorn/skrollr
"The best place to hide a tree, is in a forest"

Post Reply