Outline Lists

Customised Outline Lists

CSS

ul {
    list-style: upper-alpha;
}

ul ul {
    list-style: upper-roman;
}

ul ul ul {
    list-style: decimal;
}

ul ul ul ul {
    list-style: lower-roman;
}
  1. Scotland
  2. England
  3. Wales
  4. Northern Ireland
  • Scotland
      • Perth
      • Inverness
  • England
      • York
      • London
  • Wales
  • Northern Ireland
Page tags: css
Site Design and Content by Strathview Consultants copyright 2009-2010