Jump to content

Recommended Posts


Posted

do u just mean when you hover over it, the button changes to a hover state? if so then this is simple. this is thru css

a.button{
background-image: url(files/images/button.gif);
}
a.button:hover{
background-image: url(files/images/button_hover.gif);
}

theres the code, now just make the button you want for normal mode, then add whatever special effects you want for hover mode such as a grey out or changes colors. this is for a link so just do

<a href="http://mail.google.com/hosted/cgz09.com/" class="button">text</a>

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...