[Wolves] URL Link colour

mawkati at yahoo.co.uk mawkati at yahoo.co.uk
Thu Jun 16 08:24:07 UTC 2011


Yes I use it all the time. Will look into the issue again  a bit later
Sent using BlackBerry® from Orange

-----Original Message-----
From: "Simon W. Fielding" <s.fielding at wmcce.org>
Sender: wolves-bounces at mailman.lug.org.uk
Date: Thu, 16 Jun 2011 09:08:15 
To: Wolverhampton Linux User Group<wolves at mailman.lug.org.uk>
Reply-To: Wolverhampton Linux User Group <wolves at mailman.lug.org.uk>
Subject: Re: [Wolves] URL Link colour

Have you tried using the Firebug addon to Firefox so that you can see
the cascade of styles applied? I use it all the time to figure which
stylesheet etc is doing what.

Simon

-----Original Message-----
From: wolves-bounces at mailman.lug.org.uk
[mailto:wolves-bounces at mailman.lug.org.uk] On Behalf Of
mawkati at yahoo.co.uk
Sent: 15 June 2011 19:24
To: Wolves at mailman.lug.org.uk
Subject: Re: [Wolves] URL Link colour

Hi James, I have tried that as well and I can't see where its inheriting
the colour from. I'll have a look in the morning. Mo Sent using
BlackBerry(r) from Orange

-----Original Message-----
From: James Turner <james at turnersoft.co.uk>
Sender: wolves-bounces at mailman.lug.org.uk
Date: Wed, 15 Jun 2011 19:13:30
To: Wolverhampton Linux User Group<wolves at mailman.lug.org.uk>
Reply-To: Wolverhampton Linux User Group <wolves at mailman.lug.org.uk>
Subject: Re: [Wolves] URL Link colour

On 15/06/11 12:26, Mo Awkati wrote:
> Hi Folk
>
> I am having a problem with a website I am working on. The problem is 
> whenever I fire the click event on a link it turns red, if I hold the 
> mouse button down, it remains red. It is very annoying. My client is 
> also experiencing it an not happy about it.
>
> I made sure the stylesheet resets everything including a:link and 
> still no joy.
>
> Is it a browser issue rather than a coding one?

The colour that a link turns while it is being clicked on with the mouse
("activated") can be changed as follows:

a:active  { color: <whatever> }

The more common web browsers default to red if the setting is not
otherwise changed via a stylesheet.

For more info, see:

http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes

Note in particular the paragraph which is highlighted in dark red -
styling rules need to be defined in the correct order in order to be
applied as intended.

Regards,

James

_______________________________________________
Wolves LUG mailing list
Homepage: http://www.wolveslug.org.uk/
Mailing list: Wolves at mailman.lug.org.uk
Mailing list home: https://mailman.lug.org.uk/mailman/listinfo/wolves
_______________________________________________
Wolves LUG mailing list
Homepage: http://www.wolveslug.org.uk/
Mailing list: Wolves at mailman.lug.org.uk
Mailing list home: https://mailman.lug.org.uk/mailman/listinfo/wolves

_______________________________________________
Wolves LUG mailing list
Homepage: http://www.wolveslug.org.uk/
Mailing list: Wolves at mailman.lug.org.uk
Mailing list home: https://mailman.lug.org.uk/mailman/listinfo/wolves


More information about the Wolves mailing list