On Thursday 28 June 2007 11:13:22 Stephen Wills wrote:I have css elements to color the individual page titles in the blockbook-navigation and as I hover over them they changes colors and allis right with the world except I would like to highlight the pagetitle of the currently viewed page. I am wondering if anyone knows aCSS trick that will redefine the .leaf class when the anchor elementit encloses is of class=active?Thanks.This works for me:li a.active {color: <whatever>;}