Using CSS overflow-x or overflow-y

Leave a comment

The width and height need to be a fixed value rather than percentage if using css overflow-x or overflow-y for scroll bar.

blockquote { width: 50px; height: 50px; overflow-y: scroll }

<blockquote style=”width: 50px; height: 50px; overflow-y: scroll”>some text</blockquote>

HTML Color Code

Leave a comment

http://html-color-codes.com/

Follow

Get every new post delivered to your Inbox.