Hallo zusammen,

ich habe lightview eingebunden und lasse so durch Artikel iframes einbinden. Funktioniert überall hervorragend nur nicht im Safari. Ich habe aber alles so gemacht wie es beschrieben war. Denke ich zumindest.
Hier mal mein Code:

Bereich header:
HTML-Code:
	<link rel="stylesheet" href="<?= $this->baseurl ?>/templates/archobau/css/stylo.css" type="text/css" />
	<link rel="stylesheet" href="<?= $this->baseurl ?>/templates/archobau/css/iphone.css" media="only screen and (max-device-width: 480px)" type="text/css" />
	<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/archobau/javascript/md_stylechanger.js"></script>
<link rel="stylesheet" type="text/css" href="index-Dateien/lightview.css">
<script type="text/javascript" src="index-Dateien/prototype.js"></script>
<script type="text/javascript" src="index-Dateien/scriptaculous.js"></script>
<script type="text/javascript" src="index-Dateien/effects.js"></script>
<script type="text/javascript" src="index-Dateien/lightview.js"></script>
<script type="text/javascript" src="index-Dateien/wikipedia.js"></script>
Im Beitrag:
HTML-Code:
<table border="0" cellspacing="1" cellpadding="1" width="594" style="height: 185px"> <tbody> <tr> <td width="274" height="37" align="left" valign="top"><a class="lightview" href="index.php?option=com_content&view=article&tmpl=component&id=127:honorarrechner&catid=37:tools" title="::Honorarrechner:: width: 1000, height: 630"><img src="http://www.joomlaportal.de/images/stories/honorarrechner.jpg" border="0" /></a></td>    <td width="274" align="left" valign="top"><a class="lightview" href="index.php?option=com_content&view=article&tmpl=component&id=142:honorarrechner&catid=37:tools" title="::Honorarrechner Basic:: width: 1000, height: 630"><img src="http://www.joomlaportal.de/images/stories/honorarrechner_einfach.jpg" border="0" /></a></td> </tr> <tr> <td height="20" align="left" valign="top"> <div align="left"><a class="lightview" href="index.php?option=com_content&view=article&tmpl=component&id=127:honorarrechner&catid=37:tools" title="::Honorarrechner:: width: 1000, height: 630"> Honorarrechner</a></div> </td>    <td align="left" valign="top"><div align="left"><a class="lightview" href="index.php?option=com_content&view=article&tmpl=component&id=142:honorarrechner&catid=37:tools" title="::Honorarrechner Basic:: width: 1000, height: 630"> Honorarrechner Basic</a></div>      </td> </tr> </tbody> </table>
Hat jemand eine Idee wieso die Sache im Safari nicht funktioniert?

Besten Dank und noch einen sonnigen Tag.
Strubel