2006-08-09から1日間の記事一覧

ハンドカーソールにする。

function setHandCursor(o) { var shape = 'pointer'; if ( is.win && is.ie && !is.ie6up ) { shape = 'hand'; } o.style.cursor = shape; }