Fixed post height with a scrollbar like an iframe?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hurri
    New Member
    • Sep 2005
    • 29

    Fixed post height with a scrollbar like an iframe?

    Hello. I have seen on some vB forums that each post has a fixed height and a vertical scrollbar so all the text in the post looks kind of in an iframe. I want to know how to do this and will it work for the Threaded view. Thanks.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Try this.

    Comment

    • hurri
      New Member
      • Sep 2005
      • 29

      #3
      Tried it

      Originally posted by Jake Bunce
      Try this.
      I tried it but it did not work for the old posts. Nothing happened. No vertical scroll bar could be seen for a long post. Will it work only for the posts posted after doing it? Or what am I doing wrong?

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        Add a height attribute:

        Code:
        		<!-- message -->
        		<div [color=red]style="overflow: auto; height: 300px;"[/color] id="post_message_$post[postid]">$post[message]</div>
        		<!-- / message -->

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...