|
I'm not sure exactly what your trying to explain here...
You may be able to do what you're asking with a roll-over... you would have to make the first image opaque, and the second image would have to be a transparent image (.GIF or .PNG).
You can set the background to be transparent using a tag such as this:
background: transparent url(imagename.gif);
You would have to place your buttons in a DIV or TD but they will be partially transparent all the time.
You might also be able to do what you want simply using an image map over top of the area of the image you want to operate as a button.
Well, that's three solutions... I hope one of them helps you... If not, try explaining in a little more detail so I can understand better what your are trying to achieve....
Mike.
|