On 01/08/06, Joseph Lorenzini <[EMAIL PROTECTED]> wrote:
> Does anyone know of a good way to style external links in CSS that will
> visually separate them from internal links?

I add background images of a globe. See http://dorward.me.uk/

The CSS can be found at http://dorward.me.uk/css/easter-2005.css ,
grep it for 'a[href ^="http:"]'.

Note that IE doesn't support a CSS way to recognise external links.
You may wish to change the selectors and markup (e.g. add a class) to
add support for IE.

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to