Forums

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

Home Forums CSS Can’t Figure out how to Round Navigation Edges Re: Can’t Figure out how to Round Navigation Edges

#123859
Paulie_D
Member

>Cannot figure out how to make the links take up exactly 100% of the nav bar without naming the pages such that they fit perfectly

If you use a percentage for the width for each of the list items then it should work.

e,g, 8 links = 12.5% each

There may be some issues with borders / padding but these can be negated using the box-sizing ‘fix’.