screen.logicalYDPI

モニタ画面の縦方向の論理的な解像度を示します。通常Macintoshでは72dpi、Windowsでは96dpiになります。このプロパティはWindows版Internet Explorer 6以降で利用できます。

構文

screen.logicalYDPI

例文

<html>
 <head>
  <title>screen.logicalYDPI</title>
</head>
 <body>
  <script type="text/javascript"><!--
   document.write(screen.logicalYDPI);
  // --></script>
 </body>
</html>

関連記事

スポンサーリンク

新規ページを追加するとSC_Utils_Ex::sfChangeCheckBox()のエラーが出るときの対処法

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る