<div onclick="location.href='url'">content</div>
jQuery的:
$("div").click(function(){ window.location=$(this).find("a").attr("href"); return false; });
确保使用光标:这些DIV的指针