Gentlemen designers, the question is how to do it without using: table-cell?
CMS gives the menu in this format:
<ul> <li>index</li> <li>navigation</li> <li>mobile</li> <li>gps map</li> <li>other</li> </ul>
- it is necessary that when adding / deleting an item everything is “automatically” compressed / stretched as with tables, you really need to do without a table; table-cell?
- So, is it fundamentally abandoning the table; table-cell in this case?