Forums

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

Home Forums CSS Varying width navigation links filling up 100% of parent container space Reply To: Varying width navigation links filling up 100% of parent container space

#177617
jimmy
Participant

Yes, it works fine unless text is longer than calculated width from 25%. It breaks to a new line then, which forces me to use table-cell method. However, if I nest another ul inside of an li, I get strange white border in the place of it, even if I absolutely position it off the screen.

http://codepen.io/anon/pen/GrqyA – example.