Martha Spizziri wrote: > Maybe I'm having a brain cramp, but I've looked at this page and its > style sheets > > http://www.asbpe.org/contest/2008/win08multi.htm > > several times and can't figure out why > > 1) Unvisited links in the table show up in blue, not the brick-red color > > and > > 2) Visited links show up reversed -- white type on reddish background. > > Any help will be appreciated. > > Thanks.
This has a lot to do with 34 errors in the CSS. <http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.asbpe.org%2Fcontest%2F2008%2Fwin08multi.htm> There is not really 34 errors but just a few like this. #container { width: 500; /* Should be width: 500px; */ } .sidebar-right { color=inherit; /* Should be color:inherit; */ background-color: #F5F1ED; width: 250px; margin: 12px; padding: 12px; float: right; clear: none; } .pullquote-left { color=inherit; /* Should be color:inherit; */ width: 250px; margin: 6px 12px 12px; padding: 12px; float: left; color: #855727; font-weight: bold; } .pullquote-right { color=inherit; /* Should be color:inherit; */ width: 250px; margin: 6px 0px 12px 12px; padding: 12px; float: right; color: #855627; font-weight: bold; text-align: right; } Fixing these errors will solve the current problem. -- Alan http://css-class.com/ Nearly all men can stand adversity, but if you want to test a man's character, give him power - Abraham Lincoln Save the Internet - http://www.savetheinternet.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] 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/