Skip to content
premasagar edited this page Sep 14, 2010 · 1 revision

Ideas for the project

A stream of consciousness, just at the moment…

Lists

What is the best way to manage the behaviour of list items?

Things to do

  • li list-style-position: inherit (then set on ul)
  • get default values from FF for display property
  • test computed style in IE for lists, tables, with these FF values
  • if problem, first set elements to display:block or display:inline, then override with FF values. Does this work in IE?
  • Check behaviour of nested bulletsp. Options for cleanslated properties of lists:
    • list-style-position: inside, no margin or padding (check cross browser) (cascade)
    • list-style-position: inside, no margin or padding, (cascade)
    • Same as 2 but with padding on ul
    • list-style-position: outside, no bullet, no margin or padding, (Eric Meyer)
    • nav ul, nav ol: no bullets
Clone this wiki locally