Skip to content

Instantly share code, notes, and snippets.

@jffkka
Created October 6, 2010 21:36
Show Gist options
  • Save jffkka/614135 to your computer and use it in GitHub Desktop.
Save jffkka/614135 to your computer and use it in GitHub Desktop.
<style type="text/css">
input.htmlbutton
{
font-size:15px;
font-family:Verdana,sans-serif;
color:#ffffff;
height:40px;
background-color:#999999;
background-image:url(http://i54.tinypic.com/kaffxw.png);
border-top-style:solid;
border-top-color:#999999;
border-bottom-style:solid;
border-bottom-color:#999999;
border-left-style:solid;
border-left-color:#999999;
border-right-style:solid;
border-right-color:#999999;
}
</style>
<script language="javascript">
function goLite(FRM,BTN)
{
window.document.forms[FRM].elements[BTN].style.backgroundColor = "#999999";
window.document.forms[FRM].elements[BTN].style.backgroundImage = "url(http://i53.tinypic.com/2ps0ktw.jpg)";
}
function goDim(FRM,BTN)
{
window.document.forms[FRM].elements[BTN].style.backgroundColor = "#999999";
window.document.forms[FRM].elements[BTN].style.backgroundImage = "url(http://i54.tinypic.com/kaffxw.png)";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment