在网站制作过程中,经常需要给一个空层加链接,一般可以在层中加透明图片然后给图片加链接的方法解决 但是那样太麻烦了,我们可以用下面的代码来解决问题: 

<div οnclick="window.open('http://www.ceelnet.com/', '_blank')" style="height:80px; width:80px; background:#000000; CURSOR:pointer"></div>

CURSOR:pointer  是当鼠标移动到层上显示一个小手的代码,兼容ie ,chrome