0
I need to make a table with the first column fixed and with fixed lateral scroll, as the example of this link: http://hazaa.com.au/blog/how-to-create-an-html-table-with-frozen-headers-and-columns/
Source code:https://onedrive.live.com/? Cid=5e237543fffb2891&id=5E237543FFFB2891%21192
The problem is that in this example fixed dimensions were used for everything ("px"), and I need the size to be adequate according to the screen ("%"). I tried to replace everything by %, but I can not in any way enable the horizontal scroll..
Someone can give a boost?
%,
em
are in general equivalent.rem
behaves a little differently, but has nothing to do with the use on mobile devices themselves. http://designshack.net/articles/typography/whats-the-deal-with-em-and-rem/– Fuad Saud
Thank you @Fuadsaud, I don’t think I knew the difference between
em
andrem
.– starkbr