Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
ui-dialog-titlebar-close ui-corner-all
float: right;
ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix
background-color:#002C42;
<div id="loading-layer" style="display:none"><div id="loading-layer-text">Загрузка. Пожалуйста, подождите...</div></div>
отправил в ЛС, хайд большой я не могу просматривать(((((ссылку на сайт под хайд 100-150, тогда будет легче помочь или в ЛС
Пробовал его удалить, тогда на весь контент наверх накидывается задний фон из "colorbox" (это в если смотреть в хроме, в опере все грузит нормально, но без ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js не работает скрипт)Второй раз jquery подключать не надо!
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="/templates/magpress/colorpowered/jquery.colorbox.js"></script>
<script type="text/javascript">
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
$("a[rel='example1']").colorbox();
$("a[rel='example2']").colorbox({transition:"fade"});
$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
$("a[rel='example4']").colorbox({slideshow:true});
$(".example5").colorbox();
$(".example6").colorbox({iframe:true, innerWidth:720, innerHeight:400});
$(".example7").colorbox({width:"650", height:"550", iframe:true});
$(".example9").colorbox({
onOpen:function(){ alert('onOpen: colorbox is about to open'); },
onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
});
//Example of preserving a JavaScript event for inline calls.
$("#click").click(function(){
$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});
</script>