so sieht der Kopf aus:
Firefox2.css
so das selbe hab ich voerst für den IE genommen... ich hab mal versucht ein wenig dran rumzuprobieren, hab aber bemerkt das sich im IE gar nichts geändert hat...
gibt es da schon einen Fehler, den ich vllt. gemacht habe?
und nun wird es total unverständlich für mich:
das Problem ist natürlich der Frame in der Mitte, der nur zu hälfte angezeigt wird. gemacht hab ich das mit IE6
im Firefox dagegen gibt es 0 Probleme...
HilfE! PLZ!
Code:
<!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>mein Titel</title>
<!--[if IE6]><link rel="stylesheet" media="all" href="IE.css"><![endif]-->
<link rel="stylesheet" media="all" href="Firefox2.css"/>
<style type="text/css">
Code:
@charset "utf-8";
/* CSS Document */
body {
background-color: #000000;
}
*{
padding:0;
margin:0;
}
html, body{
height:100%;
background-color:#000000;
}
div#wrap{
width:425px;
height:325px;
background-position:center;
background-repeat:no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
position: absolute;
padding-left: -10px;
left: 171px;
top: 310px;
}
iframe#Fenster{
width:425px;
height:325px;
margin-top: -150px;
margin-right: 380px;
margin-bottom: 0px;
margin-left: 0px;
position: static;
}
#apDiv1 {
position:absolute;
left:47px;
top:33px;
width:334px;
height:117px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:43px;
top:527px;
width:110px;
height:90px;
z-index:2;
}
gibt es da schon einen Fehler, den ich vllt. gemacht habe?
und nun wird es total unverständlich für mich:
das Problem ist natürlich der Frame in der Mitte, der nur zu hälfte angezeigt wird. gemacht hab ich das mit IE6
im Firefox dagegen gibt es 0 Probleme...
HilfE! PLZ!
Zuletzt bearbeitet: