Fyrdility

A blog about Web Development, Web Standards, Opera, and Related Pleasantries

Beware the List Item Eater

, ,

Apparently there's an Opera blog bug where some list items suddenly disappear. Because of this I have decided to replace my list items in previous blog posts with lines prepended by a hyphen.

I realize the severity and enormity of this change, so I ask for your sympathy and understanding. It was this, or leave approximately four innocent list items in pain and suffering. You understand. Please understand. Thanks.

UPDATE: Daryl Ducharme was nice enough to inform me that regular HTML lists work too. So I'm using those instead.

DS Browser image sizesSVG Background Replacement Script

Comments

Daryl Joseph Ducharmedarylducharme Tuesday, November 13, 2007 10:01:00 PM

I understand. I've taken to just using regular old HTML code
<UL>
<LI>First Item</LI>
<LI>Second Item</LI>
<LI>You get the picture</LI>
</UL>

Alexis DeveriaFyrd Wednesday, November 14, 2007 12:18:11 PM

Brilliant! I guess I'd just assumed it wouldn't take HTML or that the same thing would happen. My items thank you!