Re: [css-d] Nested list margins in IE

2007-03-14 Thread Gunlaug Sørtun
Gunlaug Sørtun wrote: > Gap will disappear with a well-placed 'hasLayout'[1] trigger and a > bit of cross-browser styling, and it isn't limited to the > properties/values I have used in this example... > ...but IE6 sure can make a mess out of

Re: [css-d] Nested list margins in IE

2007-03-14 Thread Gunlaug Sørtun
Terry Thompson wrote: > http://staff.washington.edu/tft/ncaa/lists.html > I'm trying to display a series of unordered lists, nested within an > ordered list, with no margin or padding between lists. This works > well in Firefox and Opera (Win), and Safari (Mac), but IE 6 and 7 > (Win) both insi

Re: [css-d] Nested list margins in IE

2007-03-14 Thread ~davidLaakso
Daniel Beardsmore wrote: > Terry Thompson wrote: > >> This may be related to IE's implementation of list-style-type:none, which >> I've defined for the ordered list. The numbers for each list item in the >> ordered list originally appeared each on their own line. Now, after adding >> list-style-

Re: [css-d] Nested list margins in IE

2007-03-14 Thread Daniel Beardsmore
Terry Thompson wrote: > This may be related to IE's implementation of list-style-type:none, which > I've defined for the ordered list. The numbers for each list item in the > ordered list originally appeared each on their own line. Now, after adding > list-style-type:none, the numbers have disappea

[css-d] Nested list margins in IE

2007-03-14 Thread Terry Thompson
Hi all, I'm trying to display a series of unordered lists, nested within an ordered list, with no margin or padding between lists. This works well in Firefox and Opera (Win), and Safari (Mac), but IE 6 and 7 (Win) both insist on placing a gap between the nested unordered lists. This may be rela