I need help with displaying multiple lists vertically using HTML
For example:
+--------+---------------------------------------------+--+
| Global | Region Country Currency Account Type Entity | |
+--------+---------------------------------------------+--+
| Global | Asia | |
| | Africa | |
| | Europe | |
| | America | |
+--------+---------------------------------------------+--+
Here is a link to my JSFiddle code. It currently displays 4 rows correctly but the last 2 rows are overlapping on the first two rows.
If anyone could assist me with this issue, I would greatly appreciate it.