开发者

dynamic container size in asp.net

I am taking content from a text file to fill literal controls within my content placeholders. Sometimes there is more text than will fit in the container column. How can i make them dyn开发者_如何学编程amic, ie have scroll bars to see the unviewable content?


If you style the container with this CSS, then scrollbars will appear when content would overflow:

overflow: auto;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜