michaelbell

Horizontal UL Menu

Description: 
Quick reminder about how to get a UL menu to display horizontally. Simple but I can never remember it. Cactushop hack as well.
  1. #id ul {
  2. display:inline;
  3. }
  4.  
  5. #id ul li {
  6. display:block;
  7. }