Unfortunately, there is no way I know of to set the weight of the
numbering... at least, not with standard ordered list elements. I
don't know for sure if numbering even changes weight if you set the
contents of LIs to bold. Even if there were a way to do so, it would
likely not be the same for all browsers anyway. The only reliable
method would be to use non-semantic markup with a table, or even a DL
(where the numbers are in DTs and the contents of the LIs shift to
DDs). Unfortunately, neither of those methods are very maintainable
for large lists, let alone the obvious drawbacks of lost semantics.

On Nov 21, 1:50 am, dnagel <[email protected]> wrote:
> Can anyone explain how I would set the font to bold only on the bullet
> (decimal)?  The content of the LI should remain font-weight:normal

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to