VitaminT
Neues Mitglied
Hallo da, bin neu in diesem Forum und hätte eine Frage.
Ich hab ein kleines Problem mit einem iFrame.
Mein html code:
sieht so aus und mein css code:
In Fierfox geht auch alles super aber im IE7 klebt der iFrame auf der linken Seite.
Hier noch ein Link zur Problemseite LINK
Jemand ne Ahnung woran das liegt.
Gruss Tim
Ich hab ein kleines Problem mit einem iFrame.
Mein html code:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>spheres java</title>
<script language="javascript">
AC_FL_RunContent = 0;
</script>
<script src="SCRIPTS/AC_RunActiveContent.js" language="javascript">
</script>
<script language="javascript" type="text/javascript" src="SCRIPTS/navi.js">
</script>
<link href="SCRIPTS/display.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<div id="wrapper">
<div id="flash" align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1200','height','167','src','FLASH/spheres','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLASH/spheres' );
//end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1200" height="167">
<param name="movie" value="FLASH/spheres.swf">
<param name="quality" value="high">
<embed src="FLASH/spheres.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1200" height="167"></embed>
</object>
</noscript>
</div>
<div id="content" align="center">
<iframe src="PAGES/intro.html" frameborder="0" scrolling="no" >
</iframe>
</div>
</div>
</body>
</html>
Code:
@charset "utf-8";
/* CSS Document */
* {
padding:0;
margin:0;
}
iframe {
height:675px;
width:1200px;
}
a {
color:#FF0000;
text-decoration:none;
}
#wrapper {
width:100%;
}
#content {
height:675px;
width:1200px;
margin: 0 auto 0 auto;
}
Hier noch ein Link zur Problemseite LINK
Jemand ne Ahnung woran das liegt.
Gruss Tim