Previous Message
Next Message

<ol> within <ol>

Sent by Rick Pasotto on 29 September 2004 18:06


<style type="text/css">
ol ol { list-style-type: lower-latin; }
</style>

The above works as I want in mozilla but IE still gives me numbers for
both levels.

Also, which is correct:

<ol>
	<li>...</li>
	<li>...</li>
	<ol>
		<li>...</li>
		<li>...</li>
	</ol>
	<li>...</li>
</ol>

or:

<ol>
	<li>...</li>
	<li>...
		<ol>
			<li>...</li>
			<li>...</li>
		</ol>
	</li>
	<li>...</li>
</ol>

-- 
"To be well informed, one must read quickly a great number of merely
 instructive books. To be cultivated, one must read slowly and with a
 lingering appreciation the comparatively few books that have been
 written by men who lived, thought, and felt with style."
	-- Aldous Huxley, writer (1894-1963)
    Rick Pasotto    [EMAIL-REMOVED]    http://www.niof.net
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: