Changing Bullets in an Unordered List
- The bullets are discs (filled in circles)
- You specify this as list-style-type:disc
- Here is a second level list
- With an unspecified type
- We can override the default bulleting for an inner list
- Here is a second level list
- With a specified list-style-type:disc
- Notice that you over-ride the default bulleting
- and start with your specified type
- The bullets are circles (not filled in)
- You specify this as list-style-type:circle
- Here is a second level list
- With an unspecified type
- We can override the default bulleting for an inner list
- Here is a second level list
- With a specified list=style=typetype:circle
- Notice that you over-ride the default bulleting
- and start with your specified type
- The bullets are squares
- You specify this as list-style-type:square
- Here is a second level list
- With an unspecified type
- We can override the default bulleting for an inner list
- Here is a second level list
- With a specified list=style-type:square
- Notice that you over-ride the default bulleting
- and start with your specified type
- This gets be back to an (inner) list
- With no bullets at all- BUT MAY NT WORK in IE
- To do this specify list-style-type:none
- This does NOT WORK IN EXPLORER