可以改变 "div" 元素的高度(jQuery的animate方法):$(".btn1").click(function(){ $("#box").animate({height:"300px"});});
也可以设置溢出隐藏:
content more..
第二种方式也需要js动态改变div style里面的margin-top。
点击事件修改div高度,内容设定超出部分隐藏
11 11 11 11 11