Jump to content

ryar

Newbie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ryar

  1. вот нашел такое решение, меня полностью устроило <script language=JavaScript> alert("Размер экрана составляет:"+screen.width+"х"+screen.height+"px"); if (screen.width == '640') {document.write ('<LINK href="1.css" rel="stylesheet" type="text/css">'); alert("640")} else {if (screen.width == '800') {document.write ('<LINK href="2.css" rel="stylesheet" type="text/css">'); alert("800")} else {if (screen.width == '1024') {document.write ('<LINK href="3.css" rel="stylesheet" type="text/css">'); alert("1024")} else {if (screen.width == '1280') {document.write ('<LINK href="3.css" rel="stylesheet" type="text/css">'); alert("1280")} else {document.write ('<LINK href="N.css" rel="stylesheet" type="text/css">'); alert("xxx")} } } } </script>
  2. Спасибо, идея интересная, но в данный момент мне не подходит, нужен простой яваскрипт который бы определял разрешение монитора и загружал соответственный css. Есть идея немного менять дизайн для различных разрешений монитора. Еще раз спасибо.
  3. Друзья, пожалуйста, нужен JS-скрипт определяющий разрешение монитора пользователя и подключающей необходимый css файл. К сожалению поиском не нашел.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy