Jump to content

[SOLVED] Link color


twilitegxa

Recommended Posts

There is a verity of ways to make a link color change. I now have progressed into a CSS Menu, where it is much more useful for me now.

 

However, to make a link another color: a:link{ }

 

Whenever someone hover a link: a:hover{ }

 

When someone has visited a link before: a:visited{ }

 

When that page is currently opened or activated. (I don't see the point in this one though.) a:active{ }

 

That is the main four different ways of changing a link and making it look good.

Link to comment
https://forums.phpfreaks.com/topic/164066-solved-link-color/#findComment-865785
Share on other sites

I got it, thanks everyone, except for the person that has a problem with Sailor Moon. It shouldn't matter what I'm doing my site about, but oh, well. Thanks to the other nice and non-judgemental people that are secure enough with themselves to not let MY interests determine whether or not they'd help me. :-)

 

I had to add:

 

#mainnav a {
color: white
}

 

Just to let anyone reading this later know. ;-)

Link to comment
https://forums.phpfreaks.com/topic/164066-solved-link-color/#findComment-866948
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.