次のコード ブロックの 5 行目で "Invalid value for property: zoom" エラーが表示されるのはなぜですか? Opera 11.62 で実行していて、Dragonfly でエラーをキャッチしています。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
// google chart built here from JSON pulled through php call
</script>
</head>
<body>
</body>
</html>
ありがとう。