PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
Darstellungsproblem im IE 8 / FF - IE 7 zeigt die Seite korrekt an
Beitrag
<blockquote data-quote="ichwars83" data-source="post: 1191137" data-attributes="member: 197579"><p>Hi,</p><p> </p><p>ich hab ein schon hier oft aufgetretenes Problem. Und zwar hab ich Darstellungsunterschiede in den Browsern...im IE7 siehts top aus, allerdings im IE8 und FF gibts Darstellungsprobleme. --> Siehe Screen.</p><p> </p><p>Code häng ich bei...</p><p> </p><p>[code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd[/URL]"></p><p><html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]" xml:lang="de" ></p><p> <head></p><p> <meta http-equiv="content-type" content="text/html; UTF-8" /></p><p> </p><p><script type="text/javascript"></p><p><!--</p><p>var fontsize=13;</p><p>function textSize(dec) {</p><p>fontsize+=(dec==1)?1:(-1);</p><p>if (fontsize<1) fontsize=1;</p><p>document.getElementById("content").style.fontSize=""+fontsize+"px";</p><p>}</p><p>//--></p><p></script></p><p> <title>Filatow-Leipzig.de --&gt; Home</title></p><p> <style type="text/css" media="screen, projection"></p><p> </p><p> /* reset </p><p> ----------------------------------------------------------------------------------------*/</p><p> * { margin: 0; padding: 0; }</p><p> </p><p> a { text-decoration: none; outline: none; color: #000; }</p><p> a img { border: 0; }</p><p> </p><p> ol, ul { list-style: none; }</p><p> q:before, q:after, </p><p> blockquote:before, blockquote:after { content: ""; }</p><p> </p><p> /* footer stick-alt</p><p> ----------------------------------------------------------------------------------------*/</p><p> html, body, #page-wrap {height: 100%;}</p><p> body > #page-wrap {height: auto; min-height: 100%;}</p><p> /* CLEAR FIX*/</p><p> .clearfix:after {content: ".";</p><p> display: block;</p><p> height: 0;</p><p> clear: both;</p><p> visibility: hidden;}</p><p> .clearfix {display: inline-block;}</p><p> /* Hides from IE-mac \*/</p><p> * html .clearfix { height: 1%;}</p><p> .clearfix {display: block;}</p><p> /* End hide from IE-mac */</p><p> </p><p> </p><p> /* rebuild</p><p> ----------------------------------------------------------------------------------------*/</p><p> body { </p><p> font: 62.5%/1.5 "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; </p><p> background: #024a5e url() repeat;</p><p> color: #333; </p><p> text-align:center; </p><p> }</p><p> </p><p> #page-wrap {</p><p> background: #fff url(Bilder/bar.jpg) repeat-y 650px 0;</p><p> width: 800px;</p><p> margin: 0 auto;</p><p> text-align: left;</p><p> </p><p> }</p><p> </p><p> #main {</p><p> tet-align: left;</p><p> padding-bottom: 150px;</p><p> </p><p> }</p><p> </p><p> /* header</p><p> --------------------------------------------------------------------------------------- */</p><p> #header {</p><p> background: #fff url(Bilder/main_header.jpg) repeat-x 0 20px;</p><p> height: 101px;</p><p> text-align: right; /* overwriting the text orientation */</p><p> </p><p> }</p><p> #header h1 {</p><p> width: 629px;</p><p> float: left;</p><p> margin-top: 25px ;</p><p> </p><p> }</p><p> #header strong {</p><p> display: block;</p><p> font-size: .8em;</p><p> margin-top: -10px;</p><p> </p><p> }</p><p> #header span {</p><p> background: url(Bilder/bar.jpg) repeat-y;</p><p> float: right;</p><p> margin-right: 20px;</p><p> width: 130px; height: 101px;</p><p> </p><p> }</p><p> </p><p> /* content</p><p> --------------------------------------------------------------------------------------- */</p><p> #content {</p><p> width: 609px; /* width + padding-left + padding-right = absolute Breite */</p><p> float: left;</p><p> padding-bottom: 9em;</p><p> padding: 10px 0 0;</p><p> padding-left: 20px; </p><p> padding-right: 20px;</p><p> </p><p> }</p><p> </p><p> /* sidebar</p><p> --------------------------------------------------------------------------------------- */</p><p> #sidebar {</p><p> width: 141px; /* width + padding-left = absolute Breite */</p><p> float: right;</p><p> padding-top: 10px;</p><p> padding-left: 10px;</p><p> </p><p> }</p><p> </p><p> /* footer</p><p> --------------------------------------------------------------------------------------- */</p><p> #footer {</p><p> position: relative;</p><p> background: #024a5e url('Bilder/bar.jpg') repeat-y 650px 0;</p><p> margin: -20px auto 0;</p><p> width: 800px; height: 20px;</p><p> text-align: left;</p><p> clear:both;</p><p> } </p><p> </p><p> }</p><p> </p><p> /* general classes</p><p> ----------------------------------------------------------------------------------------*/</p><p> .hide, .print-logo, .close-button{ display:none; }</p><p> .clear { clear:both; } </p><p> .right { float: right; } </p><p> .left { float: left; }</p><p> .preforient { text-align: left; } /* prefered orientation of the text */</p><p> .Stil4 {color: #FFFFFF}</p><p> .Stil5 {</p><p> color: #333333</p><p>}</p><p>.Stil8 {</p><p> font-size: 10pt;</p><p> font-weight: bold;</p><p>}</p><p> .Stil9 {font-size: 10%}</p><p> .Stil10 {</p><p> font-size: 8pt;</p><p> color: #FFFFFF;</p><p>}</p><p> #apDiv1 {</p><p> position:absolute;</p><p> margin-left:110px;</p><p> padding-left:40px;</p><p> left:100px;</p><p> top:0px;</p><p> width:633px;</p><p> height:22px;</p><p> z-index:1;</p><p>}</p><p> </style></p><p></head></p><p> <body id="index"></p><p> </p><p> <div id="apDiv1"></p><p> <div align="right"></p><p> <table width="100%" border="0" cellspacing="0" cellpadding="0"></p><p> <tr></p><p> <td width="11%" class="Stil8"><div align="left">Home</div></td></p><p> <td width="13%" class="Stil8"><div align="left"><a href="kontakt.html" titel="Kontakt">Kontakt</a></div></td></p><p> <td width="76%" class="Stil8"><div align="left"><a href="impressum.html" titel="Impressum">Impressum</a></div></td></p><p> </tr></p><p> </table></p><p> </div></p><p> </div></p><p><div id="page-wrap"></p><p> </p><p> <div id="main" class="clearfix"></p><p> <div id="header" class="clearfix"></p><p> <h1>Wladimir-Filatow-Schule<strong>Leipzig</strong></h1></p><p> <span></span></p><p> </p><p> </div></p><p> </p><p> <div id="content"></p><p> <table width="620px" border="0" cellspacing="0" cellpadding="0"></p><p> <tr></p><p> <td valign="top"><a href="javascript:textSize(1)">Schrift größer</a> | <a href="javascript:textSize(0)">Schrift kleiner</a><div id="content"></div></p><p></td></p><p> <td valign="top">&nbsp;</td></p><p> <td valign="top">&nbsp;</td></p><p> </tr></p><p> <tr></p><p> <td width="70%" valign="top"><h3>Herzllich Willkommen</h3></p><p> <p align="justify"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p></td></p><p> <td width="3%" valign="top">&nbsp;</td></p><p> <td width="28%" valign="top"><h3 align="justify">Aktuelles Wetter</h3></p><p> <p align="justify"> <script language="JavaScript" type="text/javascript" src="[URL="http://woys.wetter.com/woys2.js.php?216082,a2c8d562d20ca56026c6ac79171a801d%22%3E%3C/script%3E%3Cdiv"]http://woys.wetter.com/woys2.js.php?216082,a2c8d562d20ca56026c6ac79171a801d"></script><div[/URL] style="width:150px;background-color:#FFFFFF"></p><p><a href="[URL]http://www.wetter.com/deutschland/leipzig/DE0006194.html[/URL]" title="Wetter für Leipzig" target="_blank" class="wettercomsmall216082">Wetter für Leipzig</a></p><p></div> </p></p><p> <p align="justify"><br /></p><p> </p></td></p><p> </tr></p><p> <tr></p><p> <td valign="top"><h3>Neuigkeiten</h3></p><p> <p align="justify"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p></td></p><p> <td>&nbsp;</td></p><p> <td valign="top"><h3 align="justify">Aktuelle Termine</h3></p><p> <p align="justify"> ? <strong>Herbstferie</strong>n<br /></p><p>vom 12.10. bis 24.10.09<br /><br /></p><p>Weitere Termine in Kürze </p></p><p> </p><p> </p><p> </table></p><p> <h3>&nbsp;</h3></p><p> </div></p><p> <div id="sidebar" class="clearfix"></p><p> <h3 class="Stil5">Navigation:</h3></p><p> <ul class="Stil8" id="navi"></p><p> <li class="Stil4"><a href="schule.html" title="Schule" class="Stil4">Schule</a></li></p><p> <li class="Stil4"><a href="hort.html" title="Hort" class="Stil4">Hort</a></li></p><p> <li class="Stil4"><a href="freizeit.html" title="Freizeit" class="Stil4">Freizeit</a></li></p><p> <li class="Stil4"><a href="elternrat.html" title="Elternrat" class="Stil4">Elternrat</a></li></p><p> <li class="Stil4"><a href="foerderverein.html" title="Förderverein" class="Stil4">F&ouml;rderverein</a></li></p><p> <li class="Stil4"><a href="galerie.html" title="Galerie" class="Stil4">Galerie</a></li></p><p> <li class="Stil4"><a href="sponsoren.html" title="Sponsoren" class="Stil4">Sponsoren</a></li></p><p> <li class="Stil4"><a href="links.html" title="Links" class="Stil4">Links</a></li></p><p> </ul></p><p> </div></p><p> </p><p> </div></p><p> </p><p> </div></p><p> </p><p> <div id="footer" class=""></p><p> <div align="center"><span class="Stil9"> </span></p><p> <p align="left" class="Stil10"> &copy; 2009 &bull; <a href="[URL]http://www.computerservice-leipzig.de[/URL]" target="_blank" class="Stil4">Computerservice Leipzig</a> </p></p><p> </div></p><p> </div></p><p></body></p><p></html></p><p>[/code]Vielleicht kann jemand helfen, vielen Dank schon mal.</p><p> </p><p>Viele Grüße aus L.E.</p><p>IcHwArS</p><p></p><p>Hier ist noch das Bild...vergessen...</p></blockquote><p></p>
[QUOTE="ichwars83, post: 1191137, member: 197579"] Hi, ich hab ein schon hier oft aufgetretenes Problem. Und zwar hab ich Darstellungsunterschiede in den Browsern...im IE7 siehts top aus, allerdings im IE8 und FF gibts Darstellungsprobleme. --> Siehe Screen. Code häng ich bei... [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd[/URL]"> <html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]" xml:lang="de" > <head> <meta http-equiv="content-type" content="text/html; UTF-8" /> <script type="text/javascript"> <!-- var fontsize=13; function textSize(dec) { fontsize+=(dec==1)?1:(-1); if (fontsize<1) fontsize=1; document.getElementById("content").style.fontSize=""+fontsize+"px"; } //--> </script> <title>Filatow-Leipzig.de --> Home</title> <style type="text/css" media="screen, projection"> /* reset ----------------------------------------------------------------------------------------*/ * { margin: 0; padding: 0; } a { text-decoration: none; outline: none; color: #000; } a img { border: 0; } ol, ul { list-style: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } /* footer stick-alt ----------------------------------------------------------------------------------------*/ html, body, #page-wrap {height: 100%;} body > #page-wrap {height: auto; min-height: 100%;} /* CLEAR FIX*/ .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix { height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */ /* rebuild ----------------------------------------------------------------------------------------*/ body { font: 62.5%/1.5 "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; background: #024a5e url() repeat; color: #333; text-align:center; } #page-wrap { background: #fff url(Bilder/bar.jpg) repeat-y 650px 0; width: 800px; margin: 0 auto; text-align: left; } #main { tet-align: left; padding-bottom: 150px; } /* header --------------------------------------------------------------------------------------- */ #header { background: #fff url(Bilder/main_header.jpg) repeat-x 0 20px; height: 101px; text-align: right; /* overwriting the text orientation */ } #header h1 { width: 629px; float: left; margin-top: 25px ; } #header strong { display: block; font-size: .8em; margin-top: -10px; } #header span { background: url(Bilder/bar.jpg) repeat-y; float: right; margin-right: 20px; width: 130px; height: 101px; } /* content --------------------------------------------------------------------------------------- */ #content { width: 609px; /* width + padding-left + padding-right = absolute Breite */ float: left; padding-bottom: 9em; padding: 10px 0 0; padding-left: 20px; padding-right: 20px; } /* sidebar --------------------------------------------------------------------------------------- */ #sidebar { width: 141px; /* width + padding-left = absolute Breite */ float: right; padding-top: 10px; padding-left: 10px; } /* footer --------------------------------------------------------------------------------------- */ #footer { position: relative; background: #024a5e url('Bilder/bar.jpg') repeat-y 650px 0; margin: -20px auto 0; width: 800px; height: 20px; text-align: left; clear:both; } } /* general classes ----------------------------------------------------------------------------------------*/ .hide, .print-logo, .close-button{ display:none; } .clear { clear:both; } .right { float: right; } .left { float: left; } .preforient { text-align: left; } /* prefered orientation of the text */ .Stil4 {color: #FFFFFF} .Stil5 { color: #333333 } .Stil8 { font-size: 10pt; font-weight: bold; } .Stil9 {font-size: 10%} .Stil10 { font-size: 8pt; color: #FFFFFF; } #apDiv1 { position:absolute; margin-left:110px; padding-left:40px; left:100px; top:0px; width:633px; height:22px; z-index:1; } </style> </head> <body id="index"> <div id="apDiv1"> <div align="right"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="11%" class="Stil8"><div align="left">Home</div></td> <td width="13%" class="Stil8"><div align="left"><a href="kontakt.html" titel="Kontakt">Kontakt</a></div></td> <td width="76%" class="Stil8"><div align="left"><a href="impressum.html" titel="Impressum">Impressum</a></div></td> </tr> </table> </div> </div> <div id="page-wrap"> <div id="main" class="clearfix"> <div id="header" class="clearfix"> <h1>Wladimir-Filatow-Schule<strong>Leipzig</strong></h1> <span></span> </div> <div id="content"> <table width="620px" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><a href="javascript:textSize(1)">Schrift größer</a> | <a href="javascript:textSize(0)">Schrift kleiner</a><div id="content"></div> </td> <td valign="top"> </td> <td valign="top"> </td> </tr> <tr> <td width="70%" valign="top"><h3>Herzllich Willkommen</h3> <p align="justify"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p></td> <td width="3%" valign="top"> </td> <td width="28%" valign="top"><h3 align="justify">Aktuelles Wetter</h3> <p align="justify"> <script language="JavaScript" type="text/javascript" src="[URL="http://woys.wetter.com/woys2.js.php?216082,a2c8d562d20ca56026c6ac79171a801d%22%3E%3C/script%3E%3Cdiv"]http://woys.wetter.com/woys2.js.php?216082,a2c8d562d20ca56026c6ac79171a801d"></script><div[/URL] style="width:150px;background-color:#FFFFFF"> <a href="[URL]http://www.wetter.com/deutschland/leipzig/DE0006194.html[/URL]" title="Wetter für Leipzig" target="_blank" class="wettercomsmall216082">Wetter für Leipzig</a> </div> </p> <p align="justify"><br /> </p></td> </tr> <tr> <td valign="top"><h3>Neuigkeiten</h3> <p align="justify"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p></td> <td> </td> <td valign="top"><h3 align="justify">Aktuelle Termine</h3> <p align="justify"> ? <strong>Herbstferie</strong>n<br /> vom 12.10. bis 24.10.09<br /><br /> Weitere Termine in Kürze </p> </table> <h3> </h3> </div> <div id="sidebar" class="clearfix"> <h3 class="Stil5">Navigation:</h3> <ul class="Stil8" id="navi"> <li class="Stil4"><a href="schule.html" title="Schule" class="Stil4">Schule</a></li> <li class="Stil4"><a href="hort.html" title="Hort" class="Stil4">Hort</a></li> <li class="Stil4"><a href="freizeit.html" title="Freizeit" class="Stil4">Freizeit</a></li> <li class="Stil4"><a href="elternrat.html" title="Elternrat" class="Stil4">Elternrat</a></li> <li class="Stil4"><a href="foerderverein.html" title="Förderverein" class="Stil4">Förderverein</a></li> <li class="Stil4"><a href="galerie.html" title="Galerie" class="Stil4">Galerie</a></li> <li class="Stil4"><a href="sponsoren.html" title="Sponsoren" class="Stil4">Sponsoren</a></li> <li class="Stil4"><a href="links.html" title="Links" class="Stil4">Links</a></li> </ul> </div> </div> </div> <div id="footer" class=""> <div align="center"><span class="Stil9"> </span> <p align="left" class="Stil10"> © 2009 • <a href="[URL]http://www.computerservice-leipzig.de[/URL]" target="_blank" class="Stil4">Computerservice Leipzig</a> </p> </div> </div> </body> </html> [/code]Vielleicht kann jemand helfen, vielen Dank schon mal. Viele Grüße aus L.E. IcHwArS Hier ist noch das Bild...vergessen... [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 7, ▼ = 3, ◇ = 2 und die Summe von ▲ und ▼ durch ◇ geteilt wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
Darstellungsproblem im IE 8 / FF - IE 7 zeigt die Seite korrekt an
Oben