Hallo,
ich habe eine Slideshow erstellt. http://danielsfotos.com/gallery.php (New York).
Wenn man auf den Link clickt öffnet sich ein neuer Tab. Dort soll die Slideshow, wie in den CSS - Angaben positioniert sein, wieso tut sie das nicht?
MFG
HTML
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>Unbenanntes Dokument</title>
<link rel="stylesheet" type="text/css" href="../../../css/gallerie.css" />
</head>
<body>
<div id="slideshow">
<script type="text/javascript" src="gallery/js/jquery.js"></script>
<script type="text/javascript" src="gallery/js/swfobject.js"></script>
<script type="text/javascript" src="gallery/js/flashgallery.js"></script>
<script type="text/javascript">
jQuery.flashgallery('gallery/gallery.swf', 'gallery/config.json', { width: '900px', height: '600px', background: 'transparent' });
</script>
</div>
</body>
</html>
Alles anzeigen