Advertisement
Guest User

Untitled

a guest
Mar 25th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <STYLE>
  2. .boxlink BUTTON{
  3.     background-color: transparent; color: blue;
  4.     width: 100px; height: 30px;
  5.     border-style: width; border-style: solid; border-color: blue;
  6. }
  7. .boxlink:hover BUTTON{
  8.     color: red; border-color: red; font-size: 105%;
  9. }
  10. </STYLE>
  11.  
  12. <A class="boxlink" href="someURL">
  13.     <BUTTON onclick="navigate(this.parentElement.href)">В сад!</BUTTON>
  14. </A>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement