Button question

Da_iMac_Daddy

Not-so-Neo-DumbA$$
I'm doing a web page for a contest and we're only allowed to have 5 pages so I can't display the pictures on their own page. anyway I wanted to make a little menu type thing with the thumbnail of the pictures being buttons which would change the bigger image when clicked.

OK question is: Is there a way to make custom buttons?
 
Check out one of:

<input type="image" ...

or

<button>... </button>

The latter is bit more flexible.

hth,
bear
 
Back
Top