I created a horizontal navigation (menu) bar for my site. When I re-size my window to a size smaller than that of the bar, the menu items get wrapped. I want the menu to rem
You should set a min-width for #cssmenu > ul, one that allows all your menu items to fit.
min-width
#cssmenu > ul