lkgoldie Posted August 7, 2009 Report Posted August 7, 2009 Hello to all. I am new to this site but look forward to all killersites has to offer. I have taken some classes, studied, and spent way too many hours in front of my computer in my attempt to build my first website. I have been able to troubleshoot all my problems except one! Seems like a silly one but I?ve read everything I could get my hands on, tried all I know for a few days and nothing. I have 5 links that run along the top of my page. First let me say that they all seem to work fine. My problem is with the colors. 4 of the 5 are anchors (bookmarks ? on same page); the last link is external that goes to another website. All links are blue at first and when you click on them they turn purple but (and here is the problem) all links except the 1 external link does not return to blue when you refresh the page and/or close and reopen the website. For some reason this one link stays purple. Nothing changes if I use CSS ? a: link, a: visited or leave it to the default.-Same problem. Any help is appreciated.
falkencreative Posted August 7, 2009 Report Posted August 7, 2009 Perhaps you can provide a link or a html/css code sample?
lkgoldie Posted August 8, 2009 Author Report Posted August 8, 2009 Experience | Certifications | Awards | Contact Me | website a:link { color: #0000FF; } a:visited { color: #990066; } a:hover { color: #662502; }
daddyalfie Posted August 10, 2009 Report Posted August 10, 2009 Sounds as if it may be a browser default, BUT, I guess I don't see how it is a problem???
lkgoldie Posted August 10, 2009 Author Report Posted August 10, 2009 Yes I agree about it being the browser. I think the one external link doesn't change back to blue because of the cookies/history...the other links are bookmarks so when refreshed they do change back to blue. It really isn't a big deal...just trying to get all links to work/look the same.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now