Forum Moderators: not2easy

Message Too Old, No Replies

list-style-type problem

         

Mister_L

6:34 pm on May 23, 2009 (gmt 0)

10+ Year Member



Hi,

I want to use the disc type to mark my unordered lists, but as I can see, this type is not supported by IE7.Is there a way to resolve this?

Thanks.

daveginorge

4:04 pm on May 25, 2009 (gmt 0)

10+ Year Member



Are you trying to set the attribute "type" in the html tag. In HTML 4.0 the html attribute "type" has been depreciated and is not supported in XHTML.

ul {list-style-type: disc;} should work