Folgendes Problem:
Ich hab jetz erfolgreich einen I-Frame als Header, indem auch ein Player drin ist. Der untere content wird normal mit allen Grafiken etc. geladen, nur der Header hat kein Hintergrundbild (hinter der Tabelle für den Player) - kann mir da evtl. jemand weiterhelfen? Ich weiss echt nicht weiter.
Hier die Codes:
index.htm:
<!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> <link href="include/includes/js/lightbox.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="include/includes/js/lightbox.js"></script> <script type="text/javascript" src="include/includes/js/prototype.js"></script> <script type="text/javascript" src="include/includes/js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="include/includes/js/lightbox.js"></script> <script type="text/javascript" src="lightbox.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>AC Magellan GmbH</title> <style type="text/css"> <!-- .Stil1 {font-size: 14px} .Stil3 {color: #0099FF} --> </style> </head> <body bgcolor="#4455DD"><center><iframe src="include/designs/Sliced New Design/index2.htm" style="border:0px #FFFFFF none;" name="" scrolling="no" frameborder="1" align=aus marginheight="0px" marginwidth="0px" height="225" width="780"></iframe></center> <table width="780" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th width="71" height="27" scope="row"><a href="index.php?home"><img src="include/designs/Sliced New Design/images/2.gif" alt="AC Magellan Home" width="71" height="27" border="0" longdesc="http://www.acmagellan.com" /></a></th> <td width="120" height="27"><a href="index.php?gallery"><img src="include/designs/Sliced New Design/images/AC-Magellan-NEW-DESIGN_03.gif" alt="AC Magellan Gallery" width="120" height="27" border="0" longdesc="http://www.acmagellan.com/" /></a></td> <td width="119" height="27"><a href="index.php?handel"><img src="include/designs/Sliced New Design/images/AC-Magellan-NEW-DESIGN_04.gif" alt="AC Magellan Handel" width="119" height="27" border="0" longdesc="http://www.acmagellan.com/" /></a></td> <td width="148" height="27"><a href="index.php?schiffsausruestung"><img src="include/designs/Sliced New Design/images/AC-Magellan-NEW-DESIGN_05.gif" alt="AC Magellan Schiffsausrüstung" width="148" height="27" border="0" longdesc="http://www.acmagellan.com/" /></a></td> <td width="92" height="27"><a href="index.php?schiffbau"><img src="include/designs/Sliced New Design/images/AC-Magellan-NEW-DESIGN_06.gif" alt="AC Magellan Schiffbau" width="92" height="27" border="0" longdesc="http://www.acmagellan.com/" /></a></td> <td width="132" height="27"><a href="index.php?rohrleitungsbau"><img src="include/designs/Sliced New Design/images/AC-Magellan-NEW-DESIGN_07.gif" alt="AC Magellan Rohrleitungsbau" width="132" height="27" border="0" longdesc="http://www.acmagellan.com/" /></a></td> <td width="98" height="27"><a href="index.php?contact"><img src="include/designs/Sliced New Design/images/AC-Magellan-NEW-DESIGN_08.gif" alt="AC Magellan Kontakt" width="98" height="27" border="0" longdesc="http://www.acmagellan.com/" /></a></td> </tr> <tr background="include/designs/Sliced New Design/images/background.jpg"> <th colspan="7" background="include/designs/Sliced New Design/images/background.jpg" scope="row">{EXPLODE}</th> </tr> <tr> <th height="57" colspan="7" background="include/designs/Sliced New Design/images/AC-Magellan-NEW-DESIGN_11.jpg" scope="row"><div align="left"> <table width="693" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th width="650" bordercolor="#FFFFFF" scope="col" boarder="1px"><div align="left"><a href="index.php?impressum"><img src="include/designs/Sliced New Design/images/imprint.gif" alt="Impressum" border="0" longdesc="http://www.acmagellan.com/index.php?impressum" /></a></div></th> </tr> </table> <a href="index.php?impressum" class="Stil1"></a></div></th> </tr> </table> </body> </html>
und der Code der index2.htm:
<body> <table width="780" height="225" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="top" background="include/designs/Sliced New Design/images/AC-Magellan-NEW-DESIGN_01.gif"><embed src="include/designs/Sliced New Design/mp3/player.swf" width="437" height="15" bgcolor="000099" allowscriptaccess="always" allowfullscreen="true" flashvars="author=DJ CeeJay&description=AC Magellan Soundtrack&duration=33&file=include/designs/Sliced New Design/acmagellansoundtrack.mp3&image=include/designs/Sliced New Design/images/logo.jpg&title=AC Magellan Soundtrack&logo=include/designs/Sliced New Design/images/logo.jpg&volume=100&autostart=true&displayclick=mute&mute=true&repeat=always&stretching=exactfit" /></td> </tr> </table> <body>
Danke!