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
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
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
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