此代码在firefox n chrome中运行良好,但在Internet Explorer中运行不正常。 请给我一些解决方案。
<style>
div.cursor_green
{
cursor: url(pncl_green.png), auto;
}
</style>
答案 0 :(得分:0)
您应该以cur格式转换图像效果很好。
<style>
div.cursor_green
{
cursor: url(pncl_green.cur), auto;
}
</style>