Advertisement
itskrystalized

navigation menu 03# >> html

Jun 14th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.11 KB | None | 0 0
  1. <table align="center" style="width:200px; height:50px">
  2.     <tbody>
  3.         <tr>
  4.             <td class="style1" onmouseout="bgChange('transparent')" onmouseover="bgChange(this.style.backgroundColor)" style="text-align: center; background-color: #F9C379; width: 50px;">
  5.                 <menulinks><a href="#">&nbsp;&#9829;&nbsp;</a></menulinks></td>
  6.             <td class="style1" onmouseout="bgChange('transparent')" onmouseover="bgChange(this.style.backgroundColor)" style="text-align: center; background-color: #EEDDBA; width: 50px;">
  7.                 <menulinks><a href="http://link1">&nbsp;&#9827;&nbsp;</a></menulinks></td>
  8.             <td class="style1" onmouseout="bgChange('transparent')" onmouseover="bgChange(this.style.backgroundColor)" style="text-align: center; background-color: #D3D7E6; width: 50px;">
  9.                 <menulinks><a href="http://link2">&nbsp;&#9824;&nbsp;</a></menulinks></td>
  10.             <td class="style1" onmouseout="bgChange('transparent')" onmouseover="bgChange(this.style.backgroundColor)" style="text-align: center; background-color: #6B7582; width: 50px;">
  11.                 <menulinks><a href="http://link3">&nbsp;&#9830;&nbsp;</a></menulinks></td>
  12.         </tr>
  13.     </tbody>
  14. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement