Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to equally divide the width of menu? Reply To: How to equally divide the width of menu?

#171355
magicspon
Participant

how about

ul { display: table; width 100%; }
ul > li {display: table-cell; }