how to create a check box that hides another button
|
| View previous topic :: View next topic |
| Author |
Message |
BigDaddy
Joined: 26 May 2006 Posts: 147
|
| Are div tags the best way to create a check box that hides/revelas another button? |
| |
|
|
|
|
Roombor
Joined: 02 Jun 2006 Posts: 111
|
| Use css |
| |
|
|
BigDaddy
Joined: 26 May 2006 Posts: 147
|
| I am unfamiliar with CSS... know any good tutorials on using them? |
| |
|
|
Roombor
Joined: 02 Jun 2006 Posts: 111
|
<button style="display: none;">
Onclick="getElementById('anotherButton').style.display = 'block';"
Here's a few good CSS sites:
Http://glish.com/css/ |
| |
|
|
BigDaddy
Joined: 26 May 2006 Posts: 147
|
| Thanks |
| |
|
|
|
|