CSS中,overflow:hidden的作用是隐藏溢出比如:<div style="width:300px;overflow:hidden" id=1><div id=2></div><div>当ID=2的这个DIV高度设定的宽度超过了300px,那么超出的部分将自动被隐藏