I have a horizontal navigation menu, which is basically just a with the elements set side-by-side. I do not define width, but simply use padding, bec
Use JavaScript to set a fixed width of the li based on the unbolded content, then bold the content by applying a style to the tag (or add a span if the doesn't have any children).