RootsWeb.com Mailing Lists
Total: 1/1
    1. [FreeHelp] CSS Problem
    2. Rod Dav4is
    3. re page at http://www.rootsweb.ancestry.com/~nylnphs/V0/bylaws.htm *Problem:* I cannot get the section numbers (e.g. ยง2.) to render OUTSIDE the principal box. All browsers insist on rendering INSIDE, so that the continuation lines align with it instead of standing outset to the left. Here is the relevant CSS, which is all in the source for the page: ul{ counter-reset:section; list-style:none outside; } ul>li:before{ font-weight:bold; counter-increment: section; content: "\00a7 " counter(section) ". "; } What could I be doing wrong? (using FireFox 3.6, Opera 10.63, Safari 5.0.2, Chrome 9.0) It must be something simple, but i just don't see it. -- Regards, Rod Dav4is / P.O. Box 118 / Hyde Park, NY 12538 / USA Trustee and Webmaster Little Nine Partners Historical Society http://www.rootsweb.ancestry.com/~nylnphs/ Personal website: Genealogy, et Cetera: http://freepages.rootsweb.ancestry.com/~dav4is/

    11/16/2010 04:29:56