Color for Visited Hyperlink - Post ID...

User 187934 Photo


Senior Advisor
20,271 posts

Because you have it set to that color on line 32 of your ourStyle.css.
#navbar .select a {
color: #deb887;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2719841 Photo


Guest
62 posts

How can I correct this then? Is there a way to code my CSS so when first arriving at the site, all the words in the menu appear in white lettering? But change to tan to reflect the page being viewed?

I like the tan color that currently the menu elements change to in order to reflect the page being viewed. I just don't like that the word "home" is shown in tan right when arriving at the site. I hope that makes sense.

Thanks!!!
User 271657 Photo


Ambassador
3,816 posts

Samantha, maybe you'd be happier with something besides just color change to indicate what page one is on. You could leave all the links white (keep your hover, visited active colors), but use an icon instead of color to show which page one is on.
Something like this:
Home_____About______» Contact «
(Ignore the underlines, that was just to space the words out.)
You could use any icon or image you wanted, or do a border under the link...whatever will make it obvious to users what page they're on.
You could also use an <h1> tag on each page right under the header to identify it.
"Career Outcomes for MPW gradutes", "Listing of Important Chatham Contacts", etc.
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 122279 Photo


Senior Advisor
14,648 posts
Online Now

I seem to have read some place that 'visited' pages should not be made to stand out from the rest. There was some security reason for this.

Mind you, if you insist on a visited colour or some other effect, the visited css should come before hover and active.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 271657 Photo


Ambassador
3,816 posts

Inger, I've come across that before, too. Since then I make the a and visited the same color/style.
Here's something:
https://hacks.mozilla.org/2010/03/priva … -vistited/
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 122279 Photo


Senior Advisor
14,648 posts
Online Now

Yes, it was a short version of that article I had read, some years back when I was trying to make some visited css to work in Ffx.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com



Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.