Genius!

I knew it was something simple but my eyes have been mashed by too much
coding!

Thanks Chris!

-----Original Message-----
From: Christian Heilmann [mailto:[EMAIL PROTECTED] 
Sent: 05 October 2006 17:38
To: Tony Burke
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] Links are disappearing after clicking

> HYPERLINK
>
"http://www.thevillagespain.com/index-home.php"http://www.thevillagespain.co
> m/index-home.php
> If you click on the "Press Room" link to visit a page with links in the
main
> content area.  When you click on one of the links, look at the page again
> and it has disappeared.  The text is still there if you highlight it, but

.booknow a:link, a:visited {
color: #fff;
}

needs to be

.booknow a:link, .booknow a:visited {
color: #fff;
}

with the first statement you made every visited link white.



-- 
Chris Heilmann
Book: http://www.beginningjavascript.com
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.12.13/463 - Release Date: 04/10/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.12.13/463 - Release Date: 04/10/2006
 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to