1 (edited by Ricapar9x 2005-01-14 00:35)

Topic: Post highlighting

A nice feature to have will be so that when you click on a the date of the post ( to get a link to that post), the post you are linking to will be highlighed in some way. It can easily be done using only CSS:

DIV.blockpost:target { border-color: #FF0000 }

Note: Dosen't work in IE.