Hello Referring to my previous question where I wanted a horizontal list:
Remove extra spaces from CSS inline element
CSS:
display: inline;
list-style-type: none;
padding-right: 7px;
white-space: nowrap;
It is working fine in IE but not in Chrome. So in chrome, list display: inline;
list-style-type: none; are not working, I have a vertical list with dots before each item instead of simple horizontal one.
Thank,
Sara.
I have this setup, and it should work:
This assumes that the list is inside a div/span that has the id of “navBar”