Jump to content

Soupy

Newbies
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Soupy

  1. Is it possible to create a semi-transparent button such that when it is placed over a colored background, the button takes on the color? The button would have a bit of a 3-D raised effect so that it looks slightly rounded on its edges. I'd like to get this functionality so that instead of creating several buttons all having different colors (could end up creating lots of them) I'd simply place the semi-transparent button over the colored area and change the area when needed. I'm thinking of using this with some HTML as follows: <div style="background-color: red; width:30px; height: 15px;"> <img src="semitransparent_button.png" /> </div> Now all that I'd need to do is change "red" to "green" and I've got a green button all by using a single image. TIA.
×
×
  • Create New...