Hi: There seems to be a bug in lists in Slidy. The attached file displays in what I think is an incorrect manner in Firefox 1.5. The unordered list inside ordered list looks OK, but the ordered list inside unordered list looks something like: Unordered list * ordered list * ordered list Unordered list * ordered list * ordered list Where the *'s are solid discs. I've fixed this problem via: <style type="text/css"> div.slide + div[class].slide { page-break-before: auto;} ul li { list-style-type: inherit; } ol li { list-style-type: inherit; } </style> This also fixes a printing "bug" that prints each slide on a separate page. However, a revamping of the list style entries is probably called for instead of this simple patch. Peter F. Patel-Schneider
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 13:57:20 GMT