CSS 属性:

overflow-x:

结果:

CSS 代码:

#MyDIV
{
width:150px;
height:200px;
overflow-x:visible;
}