Hi there. Long time lurker, new poster.![]()
I'm getting to know CSS decently, but the following isn't behaving like ( I think) it should, and I'm having a hell of a time figuring out why.
The page is http://www.3fortygrill.com/indexold.php , and the problem comes when the menu bar links are visited. They're supposed to go to white background/dark red text, but the text isn't changing. Here's the CSS involved, and I can't tell what's going on. Any help would be much appreciated.
Here's the html for that section
and here's the CSSCode:<td height=15 class="menu" align=right> <a href="menu.php">menu</a> . <a href="contact.php">contact</a> . <a href="restaurant.php">location</a> . <a href="aboutus.php">about us</a> . <a href="lounge.php">lounge</a> . </td>
Thanks a bunch.Code:.menu {font-size:0.8em; color:#ffffff; background-color:#990000;} .menu a:link{color:#ffffcc; font-weight: bold; text-decoration:none;} .menu a:hover{color:#990000; font-weight: bold; text-decoration:none; background-color:#ffffff} .menu a:visited{color:#ffffcc; font-weight: bold; text-decoration:none;} .menu a:active{color:#ffffcc; font-weight: bold; text-decoration:none;} A:link{color:#990000; font-weight: bold; text-decoration:underline} A:visited{color:#990000; font-weight: bold; text-decoration:underline} A:active{color:#990000; font-weight: bold; text-decoration:underline} A:hover{color:white; font-weight: bold; text-decoration:none; background-color:#990000}
And if you're interested/live near Hoboken, NJ, the place holder page is at http://www.3fortygrill.com . Raw bar, martini lounge, great seafood. Whoo hoo.![]()



And I'm trying to get a demo of the site up by friday.

Bookmarks