Re: [css-d] CSS External Links

2006-08-03 Thread Julian Wilke
On 01/08/06, David Dorward <[EMAIL PROTECTED]> wrote: > 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. > Y

Re: [css-d] CSS External Links

2006-08-01 Thread Micky Hulse
Joseph Lorenzini wrote: > Does anyone know of a good way to style external links in CSS that will > visually separate them from internal links? Found this on the net somewhere, maybe it will help: /* All mailto links: */ a[href^="mailto:"]:after { content: url(mail.gif) !important;

Re: [css-d] CSS External Links

2006-08-01 Thread Miha Hribar
Lorenzini Poslano: 1. avgust 2006 10:47 Za: css-d@lists.css-discuss.org Zadeva: [css-d] CSS External Links Hey all, Does anyone know of a good way to style external links in CSS that will visually separate them from internal links?

Re: [css-d] CSS External Links

2006-08-01 Thread david
Joseph Lorenzini wrote: > Does anyone know of a good way to style external links in CSS that will > visually separate them from internal links? Javascript? Put all your external links in a single DIV and style the links in that DIV the way you want? -- David [EMAIL PROTECTED] authenticity, ho

Re: [css-d] CSS External Links

2006-08-01 Thread David Dorward
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-20

[css-d] CSS External Links

2006-08-01 Thread Joseph Lorenzini
Hey all, Does anyone know of a good way to style external links in CSS that will visually separate them from internal links? Thanks Joe __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 test