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/"] {}
Er... you're solving a different problem. The problem the post you're replying to is trying to solve is to base the styles on the URL of the current page.
None of which pertains to the original post in this thread. That post was pointing out a possible bug in the CSS font matching algorithm in Mozilla, not asking for help to work around an issue with a particular site.
-Boris _______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
