make a button invisible..

S

SpaceGirl

Vince said:
Hi there!

Is it possible to make a submit button invisible???

thanks...

Vince.

yes

<div style="visibility:hidden"><input type="submit" ...></div>

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
R

rf

SpaceGirl
Vince wrote:
<div style="visibility:hidden"><input type="submit" ...></div>

To make it *really* invisible:

<input type="submit" ... style="display: none;">

(the div is, of course, optional and would in any case "block level" the
button).

However what is the use of an invisible submit button?
 
N

Neal

SpaceGirl


To make it *really* invisible:

<input type="submit" ... style="display: none;">

(the div is, of course, optional and would in any case "block level" the
button).

However what is the use of an invisible submit button?


Perhaps to hide it in a print stylesheet?
 
R

Robert Frost-Bridges

rf said:
However what is the use of an invisible submit button?

You could probably do some sort of battleships type game with hidden
submit buttons in a grid.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top