The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Different Color text when visited it

3 posters

Go down

Different Color text when visited it  Empty Different Color text when visited it

Post by petros_7 December 16th 2011, 5:37 pm

Hi , I need a help.I need ccs code for Different Color text when visited it.Example those have been read to change the color.(Not hover)

I have punBB thank you!
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

Different Color text when visited it  Empty Re: Different Color text when visited it

Post by Sanket December 16th 2011, 7:21 pm

Display>Colors
Visited Link Color :
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Different Color text when visited it  Empty Re: Different Color text when visited it

Post by KatzBlackblade December 16th 2011, 7:27 pm

What you are looking for in css is the :visited attribute.

Code:
a:visited
{
  color:#ff0000;
}
The above code will make visited link use a red color. Smile
avatar
KatzBlackblade
New Member

Posts : 2
Reputation : 1
Language : English

Back to top Go down

Different Color text when visited it  Empty Re: Different Color text when visited it

Post by petros_7 December 17th 2011, 11:56 am

Nothing!for example look here http://www.webartzforum.com/

The text's tittle is blue and when you visit it, it automatically change to black
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum