also im Firefox zeigt er es korrekt nur ie nicht weiß jmd rat?
http://www.anime-arts.de/test2/main.php
	Und hier der CSS Code!
	also wo ist der fehler?
							
						
					http://www.anime-arts.de/test2/main.php
Code:
	
	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Quality-Gamers</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body style="margin:0px; ">
<div id="main">
  <div id="leftor">
	  <div id="left">
		<div class="poll">Raum für den Inhalt von class "poll"</div>
		<div class="admin">Raum für den Inhalt von class "admin"</div>
	  </div>
	  <div id="mitte">
		<div class="lastnews">Raum für den Inhalt von class "lastnews"</div>
		<div class="lastbattle">Raum für den Inhalt von class "lastnews"</div>
		<div class="sponsor">Raum für den Inhalt von class "lastnews"</div>
	  </div>
  </div>
  
  <div id="right">
    <div class="menu">
      <table width="100%" height="38"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="17%"><div align="center">News</div></td>
          <td width="16%"><div align="center">Members</div></td>
          <td width="17%"><div align="center">Wars</div></td>
          <td width="17%"><div align="center">Rules</div></td>
          <td width="17%"><div align="center">Disclaimer</div></td>
          <td width="16%"><div align="center">Server</div></td>
        </tr>
        <tr>
          <td><div align="center">History</div></td>
          <td><div align="center">Link Us </div></td>
          <td><div align="center">Join Us</div></td>
          <td><div align="center">G-Book</div></td>
          <td><div align="center">Forum</div></td>
          <td><div align="center">intern</div></td>
        </tr>
      </table>
    </div>
	<div class="news"><IFRAME scrolling="AUTO" name=nnc 
      marginWidth=0 marginHeight=0 src="news/index.php" 
      frameBorder=0 width="454" height="336"> Ihr Browser unterstützt Inlineframes nicht oder zeigt sie 
      in der derzeitigen Konfiguration nicht an.</IFRAME></div>
  </div>
</div>
</body>
</html>
Code:
	
	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #FFFFFF;
	scrollbar-face-color:#CCCCCC;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-Color:#CCCCCC;
}
a:link, a:visited, a:active, {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	font-size: 10px;
	text-decoration: underline;
}
#main{
width:980px;
height:600px;
margin:0px;
float:left;
background-image:url(bilder/qg2.jpg);border:0px solid #000000;
}
#leftor{
float:left;
margin-left:43px;
margin-top:140px;
width:326px;
height:420px;
}
#left{
border:0px;
float:left;
width:171px;
height:300px;
}
#mitte{
margin-left:180px;
margin-top:2px;
width:155px;
height:420px;
}
#right{
width:543px;
height:443px;
margin-left:402px;
margin-top:142px;
}
.poll{
margin-left:29px;
width:140px;
height:190px;
}
.admin{
margin-top:38px;
margin-left:5px;
width:160px;
height:60px;
}
.lastnews{
margin-left:22px;
width:112spx;
height:80px;
}
.lastbattle{
margin-left:10px;
margin-top:30px;
width:135px;
height:80px;
}
.sponsor{
margin-left:10px;
margin-top:30px;
width:135px;
height:190px;
}
.menu{
margin-left:11px;
width:472px;
height:37px;
}
.news{
margin-top:30px;
margin-left:5px;
width:533px;
height:366px;
}
          
Kommentar