Ребят вот такая проблема,сайт не отображается через оперу мини.В чом проблеа может быть?
Как именно он не отображается? Ошибку выдает?
просто белая страница
Добавлено 15.11.15 в 14:52:54:
http://chortkiv.keo.su на домен не сотрим,просто тест ак
зашёл, был белый экран, обновил несколько раз страницу, всё норм
Там у тебя джава скрипта случайно нет. Иногда из-за него такое бывает
Скрипт мне писали,не должно как бы быть ява там
Добавлено 15.11.15 в 15:04:33:
<?php
echo '<!-- jQuery library - Please load it from Google API's -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script>
<!-- jQuery UI Widget and Effects Core (custom download)
You can make your own at: http://jqueryui.com/download -->
<script src="js/jquery-ui-1.8.23.custom.min.js" type="text/javascript"></script>
<!-- Latest version (3.0.6) of jQuery Mouse Wheel by Brandon Aaron
You will find it here: http://brandonaaron.net/code/mousewheel/demos -->
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
<!-- jQuery Kinectic (1.5) used for touch scrolling -->
<script src="js/jquery.kinetic.js" type="text/javascript"></script>
<!-- Smooth Div Scroll 1.3 minified-->
<script src="js/jquery.smoothdivscroll-1.3-min.js" type="text/javascript"></script>';
?>
<script type="text/javascript">
$(document).ready(function () {
$("#makeMeScrollable".smoothDivScroll({
mousewheelScrolling: "allDirections",
manualContinuousScrolling: true,
autoScrollingMode: "onStart"
});
});
</script>