html - Dash between elements of a list -


this first question here apologies if has been answer somewhere else, could't find related entry.

basically have horizontal list has dashes between elements. how target , remove these dashes?

here code: http://fiddle.jshell.net/5rbkbm5w/1/

your <a> tags not closed, causing white space underlined, showing underline seemingly no reason.

close tags: <li><a href="#">maps</a></li>


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -