I want to be able to use CSS to make a button invisible but for people still be able to select it if they manage to mouse over.
I have no control of the HTML of the button and though this might be the best way of hidding it so I can put an image in it's place.
Is this the best way to go about it, and if so how do I do ir. I've set this visibility to none but it doesn't seem to let me click on it.
I have no control of the HTML of the button and though this might be the best way of hidding it so I can put an image in it's place.
Is this the best way to go about it, and if so how do I do ir. I've set this visibility to none but it doesn't seem to let me click on it.
Comment