|
|
|
| Добрый день, у меня проблема следующего характера, я пытаюсь подключить скрипт, пользовательского плеера просмотра с ютуба сделанного на js, разметка генерируется автоматически с помощью js,
но проблема в том, что разметка генерируется, а стили css не применяются. Подскажите в чем может быть проблема, вот ссылка на данную страницу http://play.assasin3.ru/. Заранее спасибо за помощь!!!! | |
|
|
|
|
|
|
|
для: filius667
(13.03.2013 в 00:00)
| | Хгм... Потому, что вот это: <link rel="stylesheet" href="css/youTubeEmbed-jquery-1.0.css"> НЕ css, а HTML-страница с таким содержанием:
<HTML>
<HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD>
<BODY>
<H1>Not Found</H1>
The requested document was not found on this server.
<P>
<HR>
<ADDRESS>
Web Server at assasin3.ru
</ADDRESS>
</BODY>
</HTML>
<!--
- Unfortunately, Microsoft has added a clever new
- "feature" to Internet Explorer. If the text of
- an error's message is "too small", specifically
- less than 512 bytes, Internet Explorer returns
- its own error message. You can turn that off,
- but it's pretty tricky to find switch called
- "smart error messages". That means, of course,
- that short error messages are censored by default.
- IIS always returns error messages that are long
- enough to make Internet Explorer happy. The
- workaround is pretty simple: pad the error
- message with a big comment like this to push it
- over the five hundred and twelve bytes minimum.
- Of course, that's exactly what you're reading
- right now.
-->
|
Где здесь css??? | |
|
|
|
|
|
|
|
для: Deed
(13.03.2013 в 00:13)
| | Теперь я правельно подключил таблицу стилей, но результат тот же. | |
|
|
|