On Tue, Feb 2, 2010 at 9:43 PM, Tim Duffy <timothy...@gmail.com> wrote:

> >  Hello All,
> >  Does anyone know why visited links on my portfolio page don't turn
> purple?
> >  site: www.draftingservices.com
>
> Hi Brian,
>
> I think its because of the javascript you are using.
>
> I only looked at your portfolio page, but if you remove the 'onclick'
> from your link, and then click the link you will get a "purple"
> visited link. Of course this means navigating away from the page
> rather than switching the image.
>
> I am not sure exactly how to show a link as "visited" without that
> link actually showing up in the browser history.
>
> Maybe someone smarter than me will have a nice css solution for this.
>
> Tim
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>

I get the same results when I remove the onclick event in the sidebar links.
I'm guessing the return false in the script causes this since it doesn't
allow the link to get followed? You could have a CSS class added to those
links via the showPic function.

Jeff
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to