Hallo,
im IE wird dieses Popup schön auf Bildschirmmitte angezeigt.
Im Firefox leider nur links oben.
Hat dazu jemand eine Lösung?
Gruss Ria
in der pixlie.php die case "originalbild": (Zeile 1083) durch folgenden Code ersetzten:
case "originalbild":
//******************************************************************************************************************************************
//************************************* Ebene 4: Anzeigen eines Bildes in Originalgröße (PopUp) ******************************************
//******************************************************************************************************************************************
$pfad = sys_decode(urldecode($_GET['pfad']));
$bild = sys_decode(urldecode($_GET['bild']));
$bild = str_replace("xxplusxx","+",$bild);
$bild = str_replace("xxleerxx","%2520",$bild);
$pfad = str_replace("xxplusxx","+",$pfad);
$pfad = str_replace("xxleerxx","%2520",$pfad);
?>
<HEAD><script type="text/javascript">
<!--;
function Bewege() {
var height, width;
height = document.body.offsetHeight, width = document.body.offsetWidth;
moveTo((screen.width/2)-(width/2),(screen.height/2)-(height/2));
}
//-->
</script>
<title><?php echo sys_ori_titel; ?></title>
</HEAD>
<BODY onLoad="Bewege()">
<style type="text/css"><!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666}
--></style>
<?php echo '<a href="#" onClick="Gallery=window.close()"><img src="'.sys_galleryurl.'/'.$pfad.'/'.$bild.'" border="0" alt="Original"></a>'; ?>
<div align="center"><br><?php echo sys_ori_footer; ?></div>
<?php
break;
Hallo Musicman75, :)
besten Dank, hat wunderbar funktioniert!
Gruss Ria
PS. vermute ich werde noch 2 Fragen haben, wenn ich es bis morgen nicht gefunden habe :puzzled: