Re: (css) list properites

No. each LI or UL will indent by a fixed ammount. Of course you can always
use a class e.g.

<ul>
    <li class="first_intent">
        <ul>
            <li class="second_intent">

and so on.

Frank

Frank Boumphrey

XML and style sheet info at Http://www.hypermedic.com/style/index.htm
Author: - Professional Style Sheets for HTML and XML http://www.wrox.com
CoAuthor:  XML applications from Wrox Press, www.wrox.com
Author: Using XML on the Web (March)
----- Original Message -----
From: Christina <cwodtke@sirius.com>
To: <www-style@w3.org>
Cc: <www-style@w3.org>
Sent: Wednesday, February 10, 1999 2:07 AM
Subject: (css) list properites


>potential dumb question, but I am not having much luck researching it.
>
>can you control the indents on a list (ul or ol) with css 1 or 2? Or do I
>need to beg for it for css 3?
>
>thank you.
>
>

Received on Wednesday, 10 February 1999 02:45:21 UTC