|
Sorry Neil_8_24_93... I'm not really sure what you're trying to do...
Let me see if I have it correctly: You have a large background image over which you want to place a button... and when someone clicks on the button you want it to be transparent so they see the image beneath?
OR
You have a large image and you want one section of it to operate as a button that does not change when clicked?
Are either of these close?
If it is the first one, you need to define a DIV to hold the button image, but placing it becomes more complex... I can help you if this is what you need...
If it is the second, you can easily use an image map to make a section of a larger image operate as a button... (You can have many image maps over your larger image)
I can help you with this too if this is what you need.
If I am wrong in both assumptions, you will have to be more clear about what you want so I or other BioRUSTers can help.
If all you need is the CSS tag for transparency, it's:
background: transparent url(imagename.gif);
Mike.
|