Creating an invisible button

M

Michael

Hello,
I need to create an invisible button which i can place
on a new layer that is residing on a section of a picture.
Any idea how to do this?

Thanks.

Michael.
 
J

Jon

Hi Michael,

Obvious question would be why have an invisible button :) You could use
display:none or visibility:hidden - try them both out to see the different
way they render (hidden reserves space for the object none doesn't)
Whichever of these you use you can still address the button with script -
presumably this is what you have in mind

Jon
Microsoft MVP - FP
 
Top