Darstellung verzieht sich..

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Darstellung verzieht sich..

    tag,
    hab mir hier mal nen simples design zusammen geschustert, nur ich versteh net wieso er das in den browser unterschiedlich anzeigt, sprich bei ie so:
    upload.webkost.de/images/642005ie.jpg und bei ff so upload.webkost.de/images/192484ff.jpg .

    versteh i net, u unter validator.w3.org/check?uri=htt…29&doctype=Inline&group=0
    sagt er au This Page Is Valid XHTML 1.0 Transitional! ...

    hier is der code für dieindex.php

    Quellcode

    1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2. <html xmlns="http://www.w3.org/1999/xhtml">
    3. <head>
    4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    5. <title>#</title>
    6. <link href="./style.css" rel="stylesheet" type="text/css" media="screen" />
    7. <link rel="shortcut icon" href="favicon.ico" />
    8. </head>
    9. <body>
    10. <center>
    11. <div id="container">
    12. <div id="navi">
    13. <a href="#">Statistik</a>
    14. <a href="#">Vinyls</a>
    15. <a href="#">CDs</a>
    16. <a href="#">Suche</a>
    17. <a href="#">Verkauf</a>
    18. <a href="#" style="margin-left:20px;">Admin</a>
    19. </div>
    20. <div id="background">
    21. <div id="content">
    22. sdfsdf<br />
    23. <br />
    24. <br />
    25. asdasd<br />
    26. </div>
    27. </div>
    28. </div>
    29. </center>
    30. </body>
    31. </html>
    Alles anzeigen


    und hier die css

    Quellcode

    1. /* CSS-Document */
    2. html, body {
    3. background:#1e2432;
    4. margin:0px;
    5. padding:0px;
    6. }
    7. /* ID-Klassen ---------------------------*/
    8. #background {
    9. width: 740px;
    10. border: 3px double gray;
    11. padding: 10px;
    12. background:url(images/bg.jpg);
    13. }
    14. #content {
    15. font-family:Verdana, Arial, Helvetica, sans-serif;
    16. font-size:10px;
    17. font-weight:normal;
    18. text-align:left;
    19. }
    20. #navi {
    21. padding-top:40px;
    22. padding-bottom:32px;
    23. width:740px;
    24. }
    25. #navi A:link, #navi A:visited{
    26. display:block;
    27. text-decoration:none;
    28. margin:2px;
    29. padding: 5px 20px 5px 20px;
    30. border: 1px double gray;
    31. border-bottom:none;
    32. background: #e0e0e0;
    33. float:left;
    34. }
    35. #navi A:hover, #navi A:visited:hover{
    36. background: #f0f0f0;
    37. }
    Alles anzeigen


    naja wobei das alle so aussehn sollte wie im firefox... würd mich freun, wenn mir jemand helfn könnte.
    Ich würd zu gern die Welt verändern, doch Gott rückt den Quellcode net raus.