This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > June 2004 > CSS visited link not working





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author CSS visited link not working
PixelDog

2004-06-29, 7:14 pm

I worked out some of the problems with my links from Eric's posting of
10/28/02. Thank you Eric. But I still cannot make the visited links
work.
They should become a green.
This is important as there are so many links on this page.
Here is the page. http://www.sagebrushdesign.com/clie...anns/links.html
If you need to look at the css style sheet give me an address were I
can send it I'm not sure how to bring it up in a browser from the
server.
Thanks,
PixelDog
Al Sparber- PVII

2004-06-29, 7:14 pm

PixelDog wrote:
> I worked out some of the problems with my links from Eric's posting of
> 10/28/02. Thank you Eric. But I still cannot make the visited links
> work.
> They should become a green.
> This is important as there are so many links on this page.
> Here is the page.
> http://www.sagebrushdesign.com/clie...anns/links.html If you need
> to look at the css style sheet give me an address were I
> can send it I'm not sure how to bring it up in a browser from the
> server.
> Thanks,
> PixelDog



..subnavigationa:link

should be:
..subnavigation a:link

Note the space before the "a".

Look for similar typos. Also note that if you are using a bunch of null
links, then it's never really going to work very well. Make your links
real ones and for the ones that pop up windows, place a return false on
the onClick event.



--
Al Sparber - PVII
http://www.projectseven.com
DW Extensions - Menu Systems - Tutorials - CSS FastPacks
---------------------------------------------------------
Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/
CSS Newsgroup: news://forums.projectseven.com/css/
RSS/XML Feeds: http://www.projectseven.com/xml/




Joe Makowiec

2004-06-29, 7:14 pm

On Tue 29 Jun 2004 04:09:35p, PixelDog wrote in macromedia.dreamweaver:

> I worked out some of the problems with my links from Eric's posting of
> 10/28/02. Thank you Eric. But I still cannot make the visited links
> work. They should become a green. This is important as there are so
> many links on this page. Here is the page.
> http://www.sagebrushdesign.com/clie...anns/links.html


Try putting a space before the a in all your link styles:
..anchora:link should be:
..anchor a:link

> If you need to look at the css style sheet give me an address were I
> can send it I'm not sure how to bring it up in a browser from the
> server.


If you look in the head of your page, there's a tag:
<link href="essmann%20styles.css" rel="stylesheet" type="text/css">
which tells you the address of the style sheet. Its full address is:

http://www.sagebrushdesign.com/clie...nn%20styles.css

Speaking of spaces, there's a space in the name of the stylesheet (the %
20). Some browsers (NN4 particularly) which don't like spaces in
filenames. So you may want to remove the space from the stylesheet name.
Sponsored Links


Copyright 2003 - 2009 forum4designers.com  Software forum  Computer Hardware reviews