Viewing 2 replies - 1 through 2 (of 2 total)
  • The text is in a div with the following CSS:

    .entry-content .transcript {
        max-height: 400px;
        overflow-y: scroll;
        border: 1px solid #EEE;
        padding: 20px;
        margin: 20px 0px;
        background: none repeat scroll 0% 0% #F8F8F8;
    }

    The max-height and overflow-y properties are the key to the scrolling.

    Thread Starter UFGrayMatter

    (@ufgraymatter)

    Worked perfect! Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Scrolling Text Box’ is closed to new replies.