Posted By


0range on 03/25/10

Tagged


Statistics


Viewed 88 times
Favorited by 0 user(s)

Блок со скролом


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. overflow: auto;
  2. overflow-x: none;
  3. overflow-y: scroll;
  4. width: 300px;
  5. height: 150px;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.