GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   HTML Help (https://gfy.com/showthread.php?t=1212607)

Cameltoepro 08-18-2016 08:19 AM

HTML Help
 
I have a code problem on my index page. When one of the links is clicked, the link whites out. I need it to stay the same color. Any Ideas?
Thanks

Focus 08-18-2016 09:24 AM

CSS Styling Links

Cameltoepro 08-18-2016 09:32 AM

Thank you

gwjr 08-18-2016 05:43 PM

Link color
 
I believe if you style like this in your css.

a:visited {color:green; background-color:transparent; text-decoration:none}

So if your starting color is green then after it's click it will still be green.

Have a look at W3school w3schools [dot] com/html/html_links.asp
Look for title HTML Links - Colors this explains possible solutions.

Hope this helps good luck

j3rkules 08-20-2016 03:16 AM

Quote:

Originally Posted by gwjr (Post 21110407)
I believe if you style like this in your css.

a:visited {color:green; background-color:transparent; text-decoration:none}

So if your starting color is green then after it's click it will still be green.

Have a look at W3school w3schools [dot] com/html/html_links.asp
Look for title HTML Links - Colors this explains possible solutions.

Hope this helps good luck

This, you can change this in your CSS file.

Focus 08-20-2016 07:42 AM

Quote:

Originally Posted by Cameltoepro (Post 21109624)
Thank you

No problem :)

Cameltoepro 08-20-2016 08:53 AM

Thanks everyone!


All times are GMT -7. The time now is 08:40 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc