need help to implement a design

rootio

New Member
Hi all,
I'm a painter, and I have this mockup of a design I want to for my website. I need some advice building the website.

The idea is that the website is designed to be accessed on a smart phone. There are a bunch of images in the box, and one can scroll through them (horizontally) by dragging your finger.

I can do some basic html and css, enough to build something close to this, but I can't seem to get rid of the scroll bar. Any ideas?
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    68.2 KB · Views: 27

CaldwellYSR

Member
Remove scrollbars by putting overflow: hidden; in the body tag of the css. As far as the rest goes... I've never developed for smart phones so I couldn't tell you. Sorry
 
Top