hehe ja w war sehr aussagekräftig
Also nach ein wenig rumprobieren stell ich fest das der jquery Messenger nicht mit der neuen Fancybox harmoniert. Weiß jemand ne Lösung damit beides läuft ?
index.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="include/designs/Rabe2/style.css">
<script type="text/javascript" src="include/includes/js/jquery.js"></script>
<script type="text/javascript" src="include/includes/js/messenger.js"></script>
<script type="text/javascript" src="include/includes/js/messenger.js"></script>
<link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/chat.css" />
<link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/screen.css" />
<!--[if lte IE 7]>
<link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/screen_ie.css" />
<![endif]-->
<script type="text/javascript">
function oeffnefenster (url) {
fenster = window.open(url, "fenster1", "width=450,height=150,status=yes,scrollbars=no,resizable=no");
fenster.focus();
}
</script>
<style type="text/css">
#bildseite
{
position:relative;
float: left;
width: 215px;
left:395px; top:202px;
border-bottom: 0px solid #000000;
border-right: 0px solid #000000;
}
</style>
<link rel="stylesheet" type="text/css" href="include/extras/fancybox/jquery.fancybox.css" media="screen" />
<script type="text/javascript" src="include/includes/jquery/jquery-1.9.0.min.js"></script>
<script type="text/javascript" src="include/extras/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="include/extras/fancybox/jquery.easing.1.3.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("table#galimages a").fancybox(
{
'zoomSpeedIn': 1200,
'zoomSpeedOut': 500,
'zoomSpeedChange': 800,
'zoomOpacity': 0.5,
'overlayOpacity': 0.5,
'easingIn' : 'easeOutBack',
'easingOut' : 'easeInBack',
'overlayShow': true
}
);
$("div#bbvideo a").fancybox(
{
'zoomSpeedIn': 1200,
'zoomSpeedOut': 500,
'zoomSpeedChange': 800,
'zoomOpacity': 0.5,
'overlayOpacity': 0.5,
'overlayShow': true
}
);
});
</script>
<style type="text/css">
.facebook {display:inline-block;background:transparent url('include/images/icons_comm6/facebook.png') no-repeat top left;width: 46px; height: 40px;border: none;}
.facebook:hover {display:inline-block;background:transparent url('include/images/icons_comm6/facebook.png') no-repeat bottom right;width: 46px; height: 40px;border: none;}
.rss {display:inline-block;background:transparent url('include/images/icons_comm6/rss.png') no-repeat top left;width: 46px; height: 40px;border: none;}
.rss:hover {display:inline-block;background:transparent url('include/images/icons_comm6/rss.png') no-repeat bottom right;width: 46px; height: 40px;border: none;}
.ts {display:inline-block;background:transparent url('include/images/icons_comm6/ts.png') no-repeat top left;width: 46px; height: 40px;border: none;}
.ts:hover {display:inline-block;background:transparent url('include/images/icons_comm6/ts.png') no-repeat bottom right;width: 46px; height: 40px;border: none;}
.closed {float:left;display:block;width: 16px;height: 16px;background-image: url('include/images/icons_comm6/closed.png');background-repeat: no-repeat;}
.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color:#000;
z-index:1001;
-moz-opacity: 0.6;
opacity:.60;
filter: alpha(opacity=60);
}
.white_content {
display: none;
position: fixed;
-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
-webkit-box-shadow:8px 8px 8px #000;-moz--box-shadow:8px 8px 8px #000;box-shadow:8px 8px 8px #000;
left:50%; top:50%;
margin-left:-200px; margin-top:-250px;
width: 500px;
height: 500px;
padding: 4px;
border: 1px solid #bbbbbb;
background-color: #ffffff;
color: #000000;
z-index:1002;
overflow: auto;
}
</style>
</head>
<body>
</div>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center">
<div id="top">
<div id="header"> <div style="float:left;" id="tagcloud"><?/div>
<div id="bildseite">{_if_{SESSION_AUTHRIGHT}<='-1'} <b><font size="-2"></font></b>{_boxes_tagcloud} {_else_} {_boxes_tagcloud} {/_endif}</div> </div></div>
</div>
<div id="center">
<div id="left_col"><input type="button" name="Livecam" value="Webcam" onclick="window.open('http://doyo26.ddns-instar.de/main.htm','Webcam','width=880, height=680, toolbar=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes');"><input type="button" name="showchat" value="Webchat" onclick="window.open('index.php?ajaxchat&iframe=false','Chat','width=720, height=520, toolbar=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes');"><br><br>
{_list_menunr1@
<table cellpadding="0" cellspacing="0" border="0" width="160">
<tr>
<td style="height: 31px; background: url(include/designs/Rabe2/img/box_left_top.jpg) top left no-repeat;"><b class="menu_heading">%1</b></td>
</tr>
<tr>
<td style="background: url(include/designs/Rabe2/img/box_left_middle.jpg) top left repeat-y; padding: 5px; align="left">%2</td>
</tr>
<tr>
<td style="height: 8px; background: url(include/designs/Rabe2/img/box_left_bottom.jpg) bottom left no-repeat;"></td>
</tr>
</table>
}
</div>
<div id="main_col">
<table width="715" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="min-height:-30px;padding: 0px;" colspan="5"><b><p align="center"><div align="center">{_boxes_freunde}</div><center></center></div><script type="text/javascript" src="include/includes/js/countdown.js"></script>
<div align="center" id="countdown">
</div>
</div></div>
</p><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%"></td>
</tr>
</table><br></b>{EXPLODE}<br></td>
</tr>
</table>
<div align="center">
</div>
</div>
<div id="footer"><br><br> <font color="#ffffff"><font size="-2">Copyright © 2013 vomzeisigwald.de Britisch Kurz und Langhaar Katzen aus Chemnitz Sachsen. Site Details <a href="/index.php?rules"><b><font size="-2"><font color="#FFFFFF">Impressum</font></font></b></a>
</div>
</div>
</div>
</td>
</tr>
</table>
<!--
{_list_DDDmenupoint@
<strong><big>·</big></strong>
<a %1 class="box" href="%2">%3</a>
<br />
}
//-->
<!--
[null, '%3', '%2', '%1', null|],|,
-->
<!-- anfang + link |ende |teilende|teilee -->
<!-- horizontaler menupunkt -->
{_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
<!-- horizontaler menupunkt anfang -->
{_list_hmenubegi@<ul>}
<!-- horizontaler menupunkt ende -->
{_list_hmenuende@</ul>}
<!-- vertikaler menupunkt -->
{_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>}
<!-- vertikaler menupunkt anfang -->
{_list_vmenubegi@<ul>}
<!-- vertikaler menupunkt ende -->
{_list_vmenuende@</ul>}
<script type="text/javascript">
var state = 0;
var wait = false;
function changeSlider2()
{
if(state==1){
$('#game_slid').animate({width: 335 }, "slow", function(){state = 0;}
);
}
else
$('#game_slid').animate({width: 556 }, "slow", function(){state = 0;}
);
}
$('#game_slid').click(function(){
changeSlider2();
});
</script>
<div id="icon_button" style="left:0px;position:fixed;top:19px;" >
<a class="facebook" target="_blank" href="https://www.facebook.com/pages/Briten-vom-Zeisigwald/419188498172246" title="Besuch uns bei Facebook"></a><br/>
<a class="rss" title="News abonieren" href="index.php?news-rss" target="_blank"></a><br/>
<a class="ts" href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'" title="Kontaktiere uns"></a></div>
<div id="light" class="white_content"><a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'" class="closed" title="Fenster schließen"></a><br><br>
<!-- Anfang TS Code -->
<a href="index.php?contact"><img src="http://www.vomzeisigwald.de/include/downs/upload/Zeisigwald/kontakt.png" alt="Kontakt" border="0"> </a>
<!-- Ende TS Code --></div>
</body>
</html>
Danke