Advertisement
Guest User

hover

a guest
Apr 27th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.15 KB | None | 0 0
  1. <html><head>
  2. <meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
  3. <title>New Page 2</title>
  4.  
  5. <style type="text/css">
  6.  
  7. .tbutton{
  8. color: white;
  9. text-decoration: none;
  10. font-face: Bodoni MT;
  11. font-size: 14pt;
  12. }
  13.  
  14. .tbutton:visited{
  15. color: white;
  16. }
  17.  
  18. .tbutton:hover{
  19. font: Bodoni MT;
  20. color: white;
  21. background-color: #008000;
  22. }
  23.  
  24. .tbutton:active{
  25. color: white;
  26. }
  27.  
  28. .tdhover:hover{
  29. background-color:#008000
  30. }
  31. </style>
  32.  
  33.  
  34. </head>
  35.  
  36. <body>
  37.  
  38.  
  39.     <div align="center">
  40.             <p></p><table width="765" height="98" cellspacing="0" cellpadding="0" bgcolor="#1D1D1D">
  41.        
  42.             <!-- MSCellFormattingTableID="1" -->
  43.             <tbody><tr>
  44.                 <td width="153" height="98" bordercolor="#1D1D1D">
  45.                 <!-- MSCellFormattingType="logoleft" -->
  46.                 <p align="center">
  47.                 <img width="153" height="98" border="0" align="middle" src="../Pictures/mmlogo1.png"></p></td>
  48.                 <td width="255" height="153" bgcolor="#008000" align="center">
  49.                 <!-- MSCellFormattingType="menuright" -->
  50.                 <a class="tbutton" href="google.com">
  51. Copyright</a></td>
  52.                 <td width="255" height="153" align="center" class="hover" style="">
  53.                 <!-- MSCellFormattingType="menuright" -->
  54.                 <a class="tbutton" href="copyediting.php">
  55. Copyediting</a></td>
  56.                 <td width="255" height="153" align="center">
  57.                 <!-- MSCellFormattingType="menuright" -->
  58.                 &nbsp;</td>
  59.                 <td width="255" height="153" align="center">
  60.                 <!-- MSCellFormattingType="menuright" -->
  61.                 <p></p><div align="center">
  62.             <font face="arial" color="#FFFFFF" font="">
  63.             <span style="font-weight: 300">
  64.             <script language="JavaScript">
  65. var now = new Date();
  66. var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
  67. var monNames = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
  68. document.write(dayNames[now.getDay()] + ", " + monNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear());
  69. </script>Friday, April 27, 2012
  70.             <!-- time script, with custom font color,  above works--></span><p></p>
  71.                 </font></div></td>
  72.             </tr>
  73.         </tbody></table>
  74.         </div>
  75.  
  76.  
  77.  
  78.  
  79.  
  80. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement