How to achieve horizontal scrolling like myspace website

Hey guys,

Is it possible to achieve something like myspace.com website? I saw @bartekkustra tip of having a slider as an option but what I am trying to make is horizontal scrolling. Is it possible?

Thanks

Hi, I found this article, with a surprisingly simple method and a couple lines of jquery code:

One thing to note, you will need to add the css style for the TR element that jquery will add to the section you want to be made into side scrolling, into the HEAD section of site settings using a css style tag.

Oh and where they refer to .post, this would be your individual divs containing content, interactions etc.

I need to try this out, but I see no reason it should not work… cheers !