1 2 3 4 5 6
* { margin:0; padding:0; } li { list-style:none; width:300px; height:150px; float:left; } .box { width:300px; height:150px; overflow:hidden; position:relative; } .box ul { position:absolute; }