Les Mizzell wrote:
> This is weird. In IE, the OL is displaying correctly
> 1. Question 1
>    a. answer 1
>    b. answer 2 ......
>
> In Netscape and Firefox, the numbers/letters are NOT
> displaying and I get the "dot" instead.
[snip]
>  list-style: outside; }

Make that list-style-position:outside;.
With just 'list-style', you're using the short form to set all 
the different list-style values at once, and it sets al the not 
mentioned property values to their default. Default for 
list-style-image, is a dot (disc) :-)

-- 
Els
http://locusmeus.com/
http://locusoptimus.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to