Re: [css-d] nested li bullet style

2005-08-28 Thread Holly Bergevin
From: Tek <[EMAIL PROTECTED]> >I am trying to unbullet an li that has a nested list in it. > >see here: http://tinyurl.com/actnx It's a specificity problem. Rewrite your selector as follows for those LIs. #content li.unbullet {list-style-type: none;} #content li is more specific than .unbullet

Re: [css-d] nested li bullet style

2005-08-27 Thread Tek
Thank you all who responded. You all helped me learn something. I appreciated it. On 8/27/05, Rowan @ Jetboy <[EMAIL PROTECTED]> wrote: > Semantically, the nested list should be contained within the list item that > references it: > > Establish norms that include diverse styles of expression and

RE: [css-d] nested li bullet style

2005-08-27 Thread Rowan @ Jetboy
Semantically, the nested list should be contained within the list item that references it: Establish norms that include diverse styles of expression and learning Verbal/non-verbal; cognitive/somatic Multicultural awareness So you just need to cul

[css-d] nested li bullet style

2005-08-26 Thread Tek
Hello, I am trying to unbullet an li that has a nested list in it. see here: http://tinyurl.com/actnx The section with the green background is the nested list. I want the bullet right before that to go away. I have tried to style the li that houses the nested list but it doesn't quite work the