horizontal list using inline property

  • Item 1
  • Item 2
  • Item 3
  • Item 4

horizontal list using inline-block property

  • Item 1
  • Item 2
  • Item 3
  • Item 4

horizontal list using float property

  • Item 1
  • Item 2
  • Item 3
  • Item 4

Comment: Height added so elements below won't float

Vertical list: Using list-style-image

  • Item 1
  • Item 2
  • Item 3
  • Item 4

Vertical list: Using background image and position property

  • Item 1
  • Item 2
  • Item 3
  • Item 4

Comment: More customizable

Box Using css verticle list

Back to the post