<style type="text/css">
.css_test {
border-collapse : collapse;
border : 5px solid gray;
padding : 5px;
text-align : center;
}
.css_test td {
border : 1px solid black;
width : 160px;
height : 150px;
}
.css_test img {
max-width : 140px;
max-height : 140px;
}
.css_test img.hide {
display : none;
}
</style>
<button type="button"
onclick="$('.css_test img').stop()
.slideToggle(100)">빠르게 !!</button>
<button type="button"
onclick="$('.css_test img').stop()
.slideToggle(500)">중간 !!</button>
<button type="button"
onclick="$('.css_test img').stop()
.slideToggle(1000)">느리게 !!</button>
<button type="button"
onclick="$('.css_test img').stop()
.slideToggle()">기본 !!</button>
<table class="css_test" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="https://t1.daumcdn.net/cfile/tistory/2509693354D74FB503" /></td>
<td><img src="https://t1.daumcdn.net/cfile/tistory/263DDC4C550B9B3C0D" class="hide" /></td>
<td><img src="https://t1.daumcdn.net/cfile/tistory/224D643854D74C4F15" /></td>
</tr>
<tr>
<td><img src="https://t1.daumcdn.net/cfile/tistory/2408093354D74FB106" class="hide" /></td>
<td><img src="https://t1.daumcdn.net/cfile/tistory/22558F38555ABF4405" /></td>
<td><img src="https://t1.daumcdn.net/cfile/tistory/22528D4C550B9B3A03" class="hide" /></td>
</tr>
<tr>
<td><img src="https://t1.daumcdn.net/cfile/tistory/2701603954D74FB617" /></td>
<td><img src="https://t1.daumcdn.net/cfile/tistory/27101B4A54D89DCB29" class="hide" /></td>
<td><img src="https://t1.daumcdn.net/cfile/tistory/27239438550B92392A" /></td>
</tr>
</table>