On Dec 22, 2011, at 11:11 PM, Chris Kavinsky wrote: > Basically, if you > have a list item (same issue with both ol and ul lists) that is hyperlinked > and also has a strong tag applied to it, and if the list item extends to a > second line, Firefox will drop the marker for that list item. It seems to > be a combination of all the above, because if I removed any of the three > variables (strong, hyperlink, second line), the marker appears. There was > absolutely nothing in the CSS that I could find that would do this, and its > fine in all other browsers. I solved the issue by having the CSS apply the > bold to any hyperlinked list item. Is anyone else aware of this weird > behavior in Firefox, and is it indeed a bug?
As david notes, a link to the offending page or even better, a minimal test page, would be helpful. The best I could come up with, based on your description, is this: http://dev.l-c-n.com/_temp/ck-20111222.html (which, of course, doesn't show the issue…). I'm not aware of any combination of mentioned html elements that would cause the list marker to disappear. Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
