説明 指定した位置にあるエレメントを取得するにはdocument.elementFromPoint()を使います。パラメータにはX, Y座標を指定します。戻り値は指定した座標値にあるエレメントになります。Firefox 3以降、Safari 3以降、Opera 9以降、Internet Explorerで動作します。 サンプルプログラム <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="ja"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>Sample</title> <link rel="stylesheet" href="css/main.css" type="text