Playing with CSS and Bookmarks
The lower right hand corner has a list of links I find handy. Some are to other weblogs, others to news sites, and others are just useful references. I maintain the list in an XML file and have been playing with xsltproc and CSS to display the list.I am almost to the point where it will be automagically uploaded and transformed to HTML (I’d try serving up the raw XML but then it can't be embedded into an HTML page...I think).
Anyway, one minor thing I ran into was what to do with a link I've visited ...mark it in some way, make it disappear? I played with display:none as applied to a:visited but while that makes the text disappear, the containing element li still causes a line break. There appears to be no way to trap :visited on the li tag so I've dropped that as an option.
e.p.c. posted this at 16:25 GMT on 29-Sep-2003 . Archive Link