I\'m trying to create a horizontal navigation bar (no dropdown, just a horizontal list), but I\'m having trouble finding the best way to add vertical dividers between the me
A simpler solution would be to just add #navigation ul li~li { border-left: 1px solid #857D7A; }
#navigation ul li~li { border-left: 1px solid #857D7A; }