[css-d] My active and visited links not working

2010-07-03 Thread Brian M. Curran
Hello, Why aren't my active and visited link CSS commands working on my portfolio page? I want people to know that they've already clicked on an image. http://www.draftingservices.com/portfolio.html Sincerely, Brian __

Re: [css-d] My active and visited links not working

2010-07-03 Thread Susan Grossman
Hello, Why aren't my active and visited link CSS commands working on my portfolio page? I want people to know that they've already clicked on an image. http://www.draftingservices.com/portfolio.html Believe it's the onclick event that's at issue. You're not actually going to a page, so you

Re: [css-d] My active and visited links not working

2010-07-03 Thread Chris Cressman
Believe it's the onclick event that's at issue.  You're not actually going to a page, so you haven't visited and the links don't change. That's correct. The resource in the href attribute must be in the browser history to enable the :visited state. Chris

Re: [css-d] My active and visited links not working

2010-07-03 Thread Brian M. Curran
Susan Grossman wrote: Believe it's the onclick event that's at issue. You're not actually going to a page, so you haven't visited and the links don't change. Chris Cressman wrote: That's correct. The resource in the href attribute must be in the browser history to enable the :visited state.

Re: [css-d] My active and visited links not working

2010-07-03 Thread Jukka K. Korpela
Susan Grossman wrote: Why aren't my active and visited link CSS commands working on my portfolio page? I want people to know that they've already clicked on an image. (I think the OP meant clicked on a link to see an image, as the links are text links, as far as I can see, though it is not