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
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;
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?
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
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
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