Jump to content
  • 0

Подгрузка скрипта в зависимости от разрешения монитора.


2_k
 Share

Question

Столкнулся с такой проблемой. Для увеличения картинок использую скрипт facebook, в него входят 2 js файла и один css. В этом css файле выставляется вертикальное позиционирование дива под увеличенную картинку. Чтобы всё было ровно при разных разрешениях монитора , необходимо выставить margin-top определённый для каждого. А как это сделать не пойму. Единственный выход вижу в дополнительной папке facebook2 например, под определённое разрешение. А вот как может выглядеть код, который бы подгружал нужные 3 файла вместо других, не могу понять.

Попробовал так, но без успешно:

<script type="text/javascript">
//<![CDATA[
if (screen.width == '800') {document.write ('<link href="/site/800.css" rel="stylesheet" type="text/css">')}

else {if (screen.width == '800') {document.write ('<link href="/site/js/facebook800/facebox.css" rel="stylesheet" type="text/css">')}

else {if (screen.width == '800) {document.write ('<link href="/site/js/facebook800/facebox.js" rel="stylesheet" type="text/css">')}

else {if (screen.width == '800') {document.write ('<link href="/site/js/facebook800/jquery-1.2.2.pack.js" rel="stylesheet" type="text/css">')}




else {if (screen.width == '1024') {document.write ('<link href="/site/1024.css" rel="stylesheet" type="text/css">')}

else {if (screen.width == '1024') {document.write ('<link href="/site/js/facebook1024/facebox.css" rel="stylesheet" type="text/css">')}

else {if (screen.width == '1024') {document.write ('<link href="/site/js/facebook1024/facebox.js" rel="stylesheet" type="text/css">')}

else {if (screen.width == '1024') {document.write ('<link href="/site/js/facebook1024/jquery-1.2.2.pack.js" rel="stylesheet" type="text/css">')}
}
}
}
}
}
}
}

//]]>
</script>

Edited by 2_k
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
Какой кошмар :)

Где вы видели, чтобы так скрипты подключались вообще?

Пардон, это я пока тут писал случайно скопировал и забыл... :)

Может лучше воткнуть в тэг Линк атрибут ИД и менять потом путь…?

А не могли бы немного по конкретней, с небольшим примером.

Edited by 2_k
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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