Hi,
derzeit plagt mich ein merkwürdiges Problem: Habe eine nummerierte Liste <ol><li> ...</li></ol>
und alle Einträge sind anstatt durchgezählt, mit einem "1." davor beschriftet - allerdings nur im IE7.
quirksmode.org: It seems that if I attempt to specify the width of a list item tag (<li>) using either a CSS class or a STYLE attribute, IE does not increment the number in front of list each item. i.e. instead of a list with items numbering 1, 2, 3, and 4, I get a 4 item list numbering 1, 1, 1, and 1.
annevankesteren.nl: The placement of the numbers and the numbering of list items is actually dependent on whether or not hasLayout returns true. Fun stuff.
on having layout: A further problem is that (in ordered lists) any list element with layout seems to have its own counter.
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.