I have a JSFIDDLE created where I have pasted code picked up online from another stack exchange thread to show how to have responsive tables with scrolling. I modified that code while testing the approach and it works great on my machine. the only problem I am having is that the whole table is top aligned . I am just not able to figure out what property needs to be changed in order to have the whole table be both horizontal and center aligned. If any of the gurus have any suggestions would be great!
The JSFIDDLE is here
background-size: 50px 50px;
background-color: #fff;
background-size: 50px 50px;
vertical-align: middle;
I tried adding Vertical-align:middle
Does not seem to work
Also the actual images are bottom aligned within the TD. Is it possible to make them center aligned.
Thanks
Thanks!