The included css is invisible to the w3c css validator

Probably because it contains invalid comments - the spec clear says that *
is not permitted in a comment.  However, it would be nice if the validator
could produce a useful remark.

Deleting one * after logout makes it visible.  Deleting two makes it
invisible again.  I conjecture that odd numbers of * work; even fail.

/***********************************************************

	UI Framework 

************************************************************/


/*********    logout   ******/

DIV.logout
{
    FONT-SIZE: 70%;
    TEXT-ALIGN: right;
    PADDING-BOTTOM: .3em;
}

Henry Troup
Watchfire Corporation 
--
A computer scientist is someone who, when told to "Go to Hell," sees the "go
to," rather than the destination, as harmful. -- Dr. Roger M. Firestone

 

Received on Monday, 28 January 2002 08:38:48 UTC