| Forums > Tips & Tricks > "how do you make Inline Scrolls?" (1 replies)
|
|
|
|
Hi, I'm just wondering how do you make them, because I don't really want my page to have one large scrollbar that scrolls downwards forever. I tried to make them before but it just doesn't work and I can't see any scrollbar.. =/
|
| |
|
| |
|
| |
Specify a width and a height for the container, and in CSS set the container's overflow value to auto. If your container has an class called 'main', then your CSS should look like this:
.main {
width: number-px;
height: number-px;
overflow: auto}
|
| Subscribe To This Thread: RSS 2.0 or Atom (?) |
| This thread has been locked, and no new replies can be posted. |