> 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/
______________________________________________________________________
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