Hello All:
I am trying to get the links on my site at http://www.emrcontractor.com/newsite to adhear to the following in my css
However, the class menu as stated below does not seem to want to work.Code:.menu, a.menu:link, a:active { font-family:ariel, verdana, sans-serif; font-size:10px; color:#ffffff; text-decoration:none; } .menu, a.menu:link, a:hover { font-family:ariel, verdana, sans-serif; font-size:10px; color:#ffffff; text-decoration:underline; }
Am I typing this out wrong in my css or my menu?Code:<a class="menu" href="index.php">Home</a> | <a class="menu" href="about.php">About us</a> | <a href="resources.php">Resources</a> | <a href="contactus.php">Contact Us</a>
Thanks for any help or advice with this,
Paul




Bookmarks