style属性不起作用.
在我的代码中,我正在使用图像进行打印.我想要HAND CURSOR,所以我添加了样式属性,如下面的代码
<img id="btnPrint" alt="Print" imagealign="AbsBottom" onclick="winPrint()" src="../../Images/print.gif" style="cursor: hand" />
Run Code Online (Sandbox Code Playgroud)
但这不适用于Internet Explorer以外的浏览器.
请帮帮我.