JavaTheHut
01-02-2004, 03:32 PM
Does anyone know how to create a button with a specific image and disable it?
|
Click to See Complete Forum and Search --> : How to create image links JavaTheHut 01-02-2004, 03:32 PM Does anyone know how to create a button with a specific image and disable it? pyro 01-02-2004, 06:34 PM Not sure why you'd want to (or even if this is what you are looking for) but: <button type="button" style="width: 100px; height: 25px; border: 0;" disabled="disabled"><img src="/images/buy.png"></button> fredmv 01-02-2004, 06:42 PM <input type="image" src="foo.gif" disabled="disabled" /> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |