Button style links

normal
mouse over
mouse down
active
inactive
  • <a href="...">
     simple link</a>
    simple link
  • <a href="..." class="btn" id="id1">
     normal button</a>
    normal button
  • <a href="..." class="btn btn-active" id="id2">
     active button</a>
    active button
  • <a href="..." class="btn btn-inactive" id="id3"
     inactive button</a>
    inactive button
 

Usage

// modify all elements with class 'btn' installBtns('btn');

Code