my CSS
ul{ overflow:hidden; } li{ display:inline-block; }
my HTML
a b
Other than white-space:nowrap; also add the following CSS
white-space:nowrap;
ul li{ display: inline; }