<snip>
This is easy to do in HTML 4, using the depreciated start attribute [START] on a li element. However, as this element is not present in XHTML 1.1 it cannot be used.

If there is a way to do this in CSS (2 or 3), I'd love to know about it.

Using XHTML 1.0 isn't really an option, as I'm working with XHTML 1.1 plus MathML 2.0 [X+M]
<snip>

Though it would be VERY tricky to do, and involve some positioning wizardry, I think this 
could be done by creating a bottom margin on the #3 list item using a class, and leaving 
enough room for an absolutely positioned paragraph there.  That should validate, though 
you'll probably get a few gray hairs making it lay up properly.  That puts the paragraph 
"outside" of the list while it's visually inside of it, since an absolutely 
positioned paragraph can be almost anywhere within the body of the xhtml.

Good luck,
bj


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to