-
Notifications
You must be signed in to change notification settings - Fork 66
Ideas
premasagar edited this page Sep 14, 2010
·
1 revision
A stream of consciousness, just at the moment…
What is the best way to manage the behaviour of list items?
- 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