I have created 6 buttons using button tag not the input tag. I ve used javascript on 2 buttons among them. But i am not able to see all buttons on Internet Explorer. On Firefox these are visible. what can be the problem??please help me.
Thanks in advance.
definitely use the image tag - simply give each image input tab a unique name - the image is then simply the src="". Also if you are thinking of making these "mouse-over-able" simply use the js term onmouseover="this.src='whateverover.jpg'" and onmouseout="this.src='whateverup.jpg'". A good little tutorial to follow is this one.