Hello, Is there a way to perform a zoom with <input> instead of <select> or <radio>? I used to do that with the following code but it's not working anymore on recent versions of Firefox: <input type="image" name="zoom" src="dezoom.png" value="-2" /> <input type="image" name="zoom" src="zoom.png" value="2" /> Thank you, Arthur