On 4/18/10 1:48 AM, Trevor Nicholls wrote:
> Hi
>
> I have a problem with list formatting when list items contain named anchors,
> but only under the "loose" doctype in IE (I am using IE8).
>
[code stripped...]
>
> --
> Output:
> --
>
> 1. One
>
>
> However if I add the following li
Hi
I have a problem with list formatting when list items contain named anchors,
but only under the "loose" doctype in IE (I am using IE8).
This is my minimal example:
-
test.html:
-
One
test.css:
ol {
padding: 0 0 0 2em;
ma