remove last separator?
Here is a completely different approach to the problem. Since the slashes may be considered to be presentational, they should not go into the HTML. Users without CSS just get to see a regular list. You could then use CSS to restyle the list and add the slashes in between. #nav li { display:inline; } … Read more