I have table 1 row and divs in td's here on my website: http://www.joe-tsao.com/
pass: 2017New
<div class="container">
<table>
<tbody>
<tr>
<td><div class="img">...</div></td>
....
<td><div class="img">...</div></td>
</tr>
</tbody>
</table>
</div>
I used overflow-x: scroll
on table and nothing happens.
I can't get my content of the table to scroll when mouse is over it. Can someone help me with this?
I think code will be like that