Except that your rule doesn't get https:// > From: Tim Snadden <[email protected]> > Subject: Re: [css-d] external link indicators > > Further to my original reply... > > a[href^='http://'] { /* your rules */ } > > This is more robust than... > > a[href^='http'] { /* your rules */ } > > The reason is that it will still work on the off-chance that you have > a file named http.html or something like that!
______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
