HighDots Forums  

CSS visited link not working

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS visited link not working in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PixelDog
 
Posts: n/a

Default CSS visited link not working - 06-29-2004 , 04:09 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/client/essmanns/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

Reply With Quote
  #2  
Old   
Al Sparber- PVII
 
Posts: n/a

Default Re: CSS visited link not working - 06-29-2004 , 04:33 PM






PixelDog wrote:
Quote:
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/client/essmanns/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/






Reply With Quote
  #3  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: CSS visited link not working - 06-29-2004 , 04:34 PM



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

Quote:
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/client/essmanns/links.html
Try putting a space before the a in all your link styles:
..anchora:link should be:
..anchor a:link

Quote:
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/client/essmanns/essmann%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.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.