im Firefox gehts und im IE nicht

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • im Firefox gehts und im IE nicht

    also im Firefox zeigt er es korrekt nur ie nicht weiß jmd rat?

    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>
    Und hier der CSS Code!
    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;
    }
    also wo ist der fehler?
    [font=Arial]Lükes Grundlage der Programmierung: Es wird nicht funktionieren.
    Erste Ableitung: Funktioniert es doch, dann hat es jemand anderes geschrieben.
    Zweite Ableitung: Fluchen ist die einzige Sprache, die alle Programmierer perfekt beherrschen.
    Schlussfolgerung: Ein Computer wird das tun, was Du programmierst - nicht das was du willst. (aus Myrphys Law)[/font]

  • #2
    Ich geh mal davon aus, dass du den Hintergrund meinst, der sich wiederholt: http://de.selfhtml.org/css/eigenscha...intergrund.htm (background-repeat)
    "Ach was soll's? Dann bau ich mir halt meinen eigenen Vergnügungspark mit Blackjack und Nutten." - Bender

    Kommentar


    • #3
      ne eigentlich nicht ^^

      ich dachte ehr an die DIV rahmen die im ie an allen möglichen stellen sind nur nich da wo sie sein sollen
      [font=Arial]Lükes Grundlage der Programmierung: Es wird nicht funktionieren.
      Erste Ableitung: Funktioniert es doch, dann hat es jemand anderes geschrieben.
      Zweite Ableitung: Fluchen ist die einzige Sprache, die alle Programmierer perfekt beherrschen.
      Schlussfolgerung: Ein Computer wird das tun, was Du programmierst - nicht das was du willst. (aus Myrphys Law)[/font]

      Kommentar


      • #4
        vielleicht kann dir folgender artikel weiterhelfen

        http://www.heise.de/ix/artikel/2004/03/136/

        der ie hat problem mit den randeinstellungen - hab mir deine seite jetzt nciht mit einem anderen browser angeschat - aber lies mal den artikel ist interessant.

        gruß

        Kommentar

        Lädt...
        X