A few sites are using Site Signatures to make this easier for users and
you will find a discussion in some CSS or Mozilla lists about extending
the CSS selectors to allow you to interrogate the URL to check for
startwsith('www.netlabs.org/') or some such syntax.
Er, CSS3 can already do that: a[href^="http://www.netlabs.org/"] {}
Mozilla supports it (obviously, IE doesn't). Can do the same for 'endswith' using $=, very useful in recognizing extensions :). I use it on this page of mine: http://map.tni.nl/resources/ ... It shows the file type if it is non-HTML using generated content.
~Grauw
-- Ushiko-san! Kimi wa doushite, Ushiko-san!! _______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
