从底部显示帖子(CSS)

时间:2014-02-16 10:37:56

标签: css scroll chat output

我正在开发一个聊天系统,并希望消息从屏幕底部开始,而不是从顶部开始。

HTML:

<div>

    <p> First post. </p>
    <p> Second post. </p>
    <p> Third post. </p>

</div>

的CSS:

div {height:300px; width:300px; overflow-y:scroll;}

这是我正在谈论的一个例子,抱歉,如果我没有充分解释:p

First example is what i currently have, second is what i need.

0 个答案:

没有答案