





<ul> elements as a flat comma-separated list ul.links { list-style: none; margin: 0; padding: 0; }
ul.links li { display: inline; }
ul.links li:after { content: ","; }
ul.links li:last-child:after { content: ""; }The advantage of this is that changing the default separator from a comma to | or - or whatever now means only having to change one character in the stylesheet.
Note: Internet Explorer doesn't support the css content attribute or :after and :last-child pseudo-classes, so the commas won't appear in IE.
Tools -> Options -> Downloads -> Plug-Ins), causing each .pdf to be opened outside of the browser. No more slowdowns, yay!

<ol> instead of <ul>... ^_^Older entries (December 2004) » « Newer entries (February 2005)
1. posted by Milo at 16:06 on January 31, 2005