D
Danilo17
Guest
Hi bin neu hier und hab ein Problem wo ich den Fahler einfach nicht finde und zwar die Bilder im iframe über die ganze seite in der lytebox zu öffnen
Parentpage:
und die Framehtml:
Ich hoffe ihr könnt mir helfen
mfg Danilo
Parentpage:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Iframetest</title>
<link rel="shortcut icon" href="favicon.ico"/>
<link href="css/layout.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="javascript/lytebox_mod/lytebox.js"></script>
<link rel="stylesheet" href="javascript/lytebox_mod/lytebox.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://lite.piclens.com/current/piclens.js"></script>
<style type="text/css">
#content {
text-align: center;}
</style>
</head>
<body>
<div id="page">
<div id="header">
</div>
<div id="nav">
<div class="menu">
<ul>
<li><a href="Index.html" title="Home" target="_self" >Home</a></li>
<li><a href="Galerie.html" title="Autos" target="_self" >Fahrzeuge</a></li>
<li><a href="Videos.html" title="Videos" target="_self" >Videos</a></li>
<li><a href="Events.html" title="Events" target="_self" >Events</a></li>
<li><a href="Gaestebuch.html" title="Gästebuch" target="_self" >Gästebuch</a></li>
<li><a href="Kontakt.html" title="Kontakt" target="_self" >Kontakt</a></li>
</ul>
</div>
</div>
<div id="content">
<iframe frameborder="0" src="frametestframe.html" width="50%" height="50%" allowtransparency="true" align="right"></iframe>
</div>
<div id="footer">
<span id="links">
<span id="zaehler">
<img src="/tinc?key=FqxpmGYn">
</span>
<a href="impressum_neu.html">Impressum</a>
</span>
</div>
</body>
</html>
und die Framehtml:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Iframetest</title>
<link rel="shortcut icon" href="favicon.ico"/>
<link href="css/layout.css" rel="stylesheet" type="text/css" media="screen" />
<!-- slimbox Script einbinden -->
<script type="text/javascript" src="javascript/lytebox_mod/lytebox.js"></script>
<link rel="stylesheet" href="javascript/lytebox_mod/lytebox.css" type="text/css" media="screen" />
<!-- PicLens Script einbinden -->
<script type="text/javascript" src="http://lite.piclens.com/current/piclens.js"></script>
<style type="text/css">
#content {
text-align: center;}
</style>
</head>
<body style="background-color:transparent">
<a href="Fotoalben/001.jpg" class="foto" rel="lytebox[001]"><img src="Fotoalben/001_k.jpg" /></a>
</body>
</html>
Ich hoffe ihr könnt mir helfen
mfg Danilo
Zuletzt bearbeitet von einem Moderator: