if i have:
FF plays nice & displays a bulleted ordered list, but [all versions of] msie issues an unknown runtime exception. this seems to be unique to ordered lists, as other tags behave in all browsers:
i even tried putting my <ol> in a div, span, or p tags, & was unsuccessful
i'm about to start getting my CDATA on, but don't have those chops
Code:
elt1.innerHTML = "<ol style='list-style-type: disc;'>";
elt2.innerHTML = "<li>red</li>";
elt3.innerHTML = "<li>green</li>";
elt4.innerHTML = "<li>blue</li></ol>";
Code:
"<span style='font-weight:bold; font-style: italic;'>Selecting the Login button is the acceptance of the Privacy Act Notification.</span>"
i'm about to start getting my CDATA on, but don't have those chops