Hey,
I thought the following code was NOT supposed to work in newer builds of
Mozilla. Instead of using 'outliner' we're supposed to use 'tree'.
However, it's been just the opposite effect. Can someone explain?
FYI: I'm using Mozilla .99. Thanks in advance for any enlightment.
/* This will display your deleted messages on IMAP server in gray and
* with a strike-through. (You should have selected "Mark as Deleted"
* in your Preferences to see this).
* NOTE: This works only in builds after 16th Jan when bug 112238 got
fixed.
* NOTE2: The prefs below works only for builds after April 1 2002.
* For previous builds you will have to replace 'tree' with 'outliner'
* e.g. outlinerchildren instead of treechildren
*/
outlinerchildren:-moz-outliner-cell-text(imapdeleted)
{
text-decoration: line-through !important;
color: gray !important;
}
--
David Orriss Jr.
[EMAIL PROTECTED]
http://www.davenet.net
Want ICQ/AIM/MSN ID's? Just Ask...
Linux - Chicken Soup for the Unix Soul