kostenloser Webspace werbefrei: lima-city


css menü problem mit firefox

lima-cityForumDie eigene HomepageHTML, CSS & Javascript

  1. Autor dieses Themas

    just4fun

    just4fun hat kostenlosen Webspace.

    moin
    ich habe folgendes problem mit eine css men?
    im firefox wird es immer breiter angezeigt, als es sein soll:
    http://just4fun.milten.lima-city.de/Bild1.jpg
    im IE und in Opera passiert das bei mit nicht
    woran kann das liegen

    der link zur seite: http://just4fun.milten.lima-city.de/tag/hoftheater">hoftheater/
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. Vermutlich liegt der Fehler nicht bei Firefox, sondern es handelt sich um den Box-Modell-Fehler des Internet-Explorers. Dort werden n?mlich die breiten von div-Tags falsch berechnet.

    Weil der Internet-Explorer mit seiner falschen Darstellung jedoch derart verbreitet ist, wird diese falsche Darstellung auch von einigen anderen Browsern ?bernommen (so auch von neueren Versionen des Explorers, die eigentlich diesen Fehler nicht mehr begehen), n?mlich dann, wenn eine Internet-Seite als 'Quirks-mode'-Seite erkannt wird. Das ist beispielsweise dann der Fall, wenn die Dokumenttyp-Deklaration fehlt.

    Opera erkennt vermutlich wegen dem fehlenden Dokumenttyp, dass deine Seite sich am fehlerhaften Internet-Explorer-Box-Modell ausrichtet, und ?bernimmt diese Darstellung. Firefox hingegen stellt deine Seite so dar, als ob es sich um korrektes CSS handeln w?rde, mit dem Resultat, dass sie zu breit ist.

    Ausf?hrlicheres hier:

    http://de.selfhtml.org/css/formate/box_modell.htm
  4. s******n

    soweit ich mich erinnere muss man bei der breitenangabe von divs grunds?tzlich aufpassen:

    gibt man als Breite 64 pixel an und zus?tzlich noch einen Rahmen von 1 px breite hat man auf einmal eine Breite von 66 Pixeln im angezeigten Dokument.

    Das Problem wurde ja von meinem Vorposter schon ausf?hrlich erl?utert.

    weitere Hinweise zum Boxmodell, zu den Breitenangaben, zu Browserweichen etc. findet man hier:

    http://www.css4you.de

    :angel:
    Gru?
    Sven
  5. die seite existiert nicht

    poste mal den gesamten quelltext
    so kann ich dir leider auch nicht weiterhelfen
  6. Autor dieses Themas

    just4fun

    just4fun hat kostenlosen Webspace.

    <html>
    <head>
    <link rel="shortcut icon" href="http://www.hoftheater.de/images/favicon.ico" />
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Das Kleine Hoftheater e.V.</title>
    <meta name="keywords" content="Hoftheater, Theater, Wandsbek, Hamburg">
    <meta name="description" content="Hoftheater, Theater, Wandsbek, Hamburg">
    <meta name="author" content="Lars H?hne" />

    <STYLE type=text/css>
    A { TEXT-DECORATION: none }
    </STYLE>
    <style type="text/css">

    #csstopmenu, #csstopmenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    }

    #csstopmenu li{
    float: left;
    position: relative;
    }

    #csstopmenu a{
    text-decoration: none;
    }

    .mainitems{
    border: 1px solid white;
    border-left-width: 30;
    background-color: #800000;
    }

    .headerlinks a{
    margin: auto 8px;
    font-weight: bold;
    color: white;
    }

    .submenus{
    display: none;
    width: 10em;
    position: absolute;
    top: 1.2em;
    left: 0;
    background-color: #C0C0C0;
    border: 1px solid black;
    }

    .submenus li{
    width: 100%;
    }

    .submenus li a{
    display: block;
    width: 100%;
    text-indent: 7px;
    }

    html>body .submenus li a{ /* non IE browsers */
    width: auto;
    }

    .submenus li a:hover{
    background-color: white;
    color: black;
    }

    #csstopmenu li>ul {/* non IE browsers */
    top: auto;
    left: auto;
    }

    #csstopmenu li:hover ul, li.over ul {
    display: block;
    }

    html>body #clearmenu{ /* non IE browsers */
    height: 3px;
    }

    </style>

    <script type="text/javascript">



    startMenu = function() {
    if (document.all&&document.getElementById) {
    cssmenu = document.getElementById("csstopmenu");
    for (i=0; i<cssmenu.childNodes.length; i++) {
    node = cssmenu.childNodes;
    if (node.nodeName=="LI") {
    node.onmouseover=function() {
    this.className+=" over";
    }
    node.onmouseout=function(){
    this.className=this.className.replace(" over", "")
    }
    }
    }
    }
    }

    if (window.attachEvent)
    window.attachEvent("onload", startMenu)
    else
    window.onload=startMenu;

    </script>


    </head>

    <body bgcolor="#F0F0F0" link="#000000" vlink="#000000" alink="#000000"><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td bgcolor="#F0F0F0">
    <table border="0" width="748" id="table1">
    <tr>
    <td><a href="http://www.hoftheater.de">
    <img border="0" src="http://www.hoftheater.de/images/header.gif" align="right" width="399" height="35"></a></td>
    </tr>
    </table>
    <ul id="csstopmenu" style="list-style-type: none; margin: 0; padding: 0">
    <li class="mainitems" style="border-left-width: 1px; width: 187px">
    <div class="headerlinks">
    <font face="Arial"><a href>Erleben</a></font></div>
    <ul class="submenus" style="position: absolute; left: 0px; top: 19px; width: 185px; height: 20px">
    <li><a href="erleben/pippi.html"><font color="#000000" face="Arial">
    Pippi Langstrumpf</font></a></li>
    </ul>
    </li>
    <li class="mainitems" style="border-left-width: 1px; width: 187px">
    <div class="headerlinks">
    <font face="Arial"><a href>Anklopfen</a></font></div>
    <ul class="submenus" style="position: absolute; left: 0px; top: 19px; width: 185px">
    <li><font face="Arial">
    <a href="mailto:info@hoftheater.de?subject=Kontakt">
    <font color="#000000">E-Mail</font></a></font></li>
    <li><font face="Arial"><a href="Anklopfen/adresse.html">
    <font color="#000000">Adresse</font></a></font></li>
    <li><font face="Arial"><a href="Anklopfen/anfahrt.html">
    <font color="#000000">Anfahrt</font></a></font></li>
    <li><font face="Arial"><a href="Anklopfen/karten.html">
    <font color="#000000">Kartenbestellung</font></a></font></li>
    </ul>
    </li>
    <li class="mainitems" style="border-left-width: 1px; width: 187px">
    <div class="headerlinks">
    <font face="Arial"><a href>Helfen</a></font></div>
    <ul class="submenus" style="position: absolute; left: 0px; top: 19px; width: 185px">
    <li><font face="Arial">
    <a href="http://www.freunde-hoftheater.de/" target="_blank">
    <font color="#000000">Freundeskreis</font></a></font></li>
    <li><font face="Arial"><a href="aktuell/spielstaette.html">
    <font color="#000000">Spielst?tte gesucht</font></a></font></li>
    </ul>
    </li>
    <li class="mainitems" style="border-left-width: 1px; width: 187px">
    <div class="headerlinks">
    <font face="Arial"><a href>Erinnern</a></font></div>
    <ul class="submenus" style="position: absolute; left: 0px; top: 19px; width: 185px">
    <li><font face="Arial"><a href="erinnern/currywurst.html">
    <font color="#000000">Currywurst mit Pommes</font></a></font></li>
    <li><font face="Arial"><a href="erinnern/blitz.html">
    <font color="#000000">De D?velsblitz</font></a></font></li>
    <li><font face="Arial"><a href="erinnern/charley.html">
    <font color="#000000">Charley's Tante</font></a></font></li>
    <li><font face="Arial"><a href="erinnern/kater.html">
    <font color="#000000">Der gestiefelte Kater</font></a></font></li>
    <li><font face="Arial"><a href="erinnern/richterinnen.html">
    <font color="#000000">Vier scharfe Richterinnen</font></a></font></li>
    <li><font face="Arial"><a href="erinnern/camping.html">
    <font color="#000000">Eenmol Camping,<br>
    &nbsp; J?mmer Camping</font></a></font></li>
    <li><font face="Arial"><a href="erinnern/boeing.html">
    <font color="#000000">Boeing Boeing</font></a></font></li>
    <li><font face="Arial"><a href="erinnern/maja.html">
    <font color="#000000">Die Biene Maja</font></a></font></li>
    <li><font face="Arial"><a href="erinnern/schlafzimmer.html">
    <font color="#000000">Schlafzimmerg?ste</font></a></font></li>
    </ul>
    </li>
    </ul>


    </td></tr></table><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top">

    <table border="0" width="748" id="table4" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" height="403">
    <tr>
    <td width="9">&nbsp;</td>
    <td valign="top">&nbsp;<p style="margin-top: 0; margin-bottom: 0" align="center">
    <b><font face="Arial" size="5">Herzlich Willkommen</font></b></p>
    <p style="margin-top: 0; margin-bottom: 0" align="center">
    <b><font face="Arial" size="4">auf der Homepage des Kleinen Hoftheaters
    e.V.</font></b></p><hr align="left" width="99%">
    <p style="margin-top: 0; margin-bottom: 0" align="left">
    &nbsp;</p>
    <p style="margin-top: 0; margin-bottom: 0" align="left">
    <font face="Arial" size="1"><span style="background-color: #F0F0F0">&nbsp;</span><span style="text-decoration: overline; background-color: #F0F0F0"><u>Wir
    spielen f?r Sie:</u></span></font></p>
    <p style="margin-top: 0; margin-bottom: 0" align="left">&nbsp;</p>
    <table border="0" width="100%" id="table5" cellpadding="0">
    <tr>
    <td height="69" width="103">
    <a href="erleben/pippi.html">
    <img border="1" src="PIPPI_I2%20(2).JPG" width="91" height="69"></a></td>
    <td height="69"><p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align="left">
    <b><font face="Arial"><a href="erleben/pippi.html">
    <font color="#000000"><span style="text-decoration: none">Pippi Langstrumpf</span></font></a></font></b><p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align="left">
    <font face="Arial" size="2">Termine: 19.11. - 18.12.2005
    jeweils Sa und So</font></p>
    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align="left">
    <font face="Arial" size="2">Vorstellungen um 14 und 17 Uhr</font></p>
    </td>
    </tr>
    </table>
    <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align="left">
    &nbsp;<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align="left">
    &nbsp;

    <center><img src="http://webcounter.goweb.de/41108.GIF" hspace="1" vspace="1" border="0" alt=""><br>
    </td>

    <td background="images/menu.jpg" width="11">&nbsp;</td>
    <td width="181" valign="top">&nbsp;<p style="margin-top: 0; margin-bottom: 0">
    <b><font face="Arial" size="2">&nbsp;</font></b></p>
    <p style="margin-top: 0; margin-bottom: 0">
    &nbsp;</p>
    <p style="margin-top: 0; margin-bottom: 0">
    <b><font size="2" face="Arial">Aktuell</font></b></p>
    <hr>
    <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
    <p style="margin-top: 0; margin-bottom: 0"><font size="2">
    <span style="font-family: Arial; text-decoration: underline; letter-spacing: 1px">
    <u>Neue Spielst?tte gesucht!</u></span><span style="font-family: Arial; letter-spacing: 1px">
    </span><span style="font-family: Arial; letter-spacing: 0px">
    Das Kleine Hoftheater sucht neue R?ume</span><span style="font-family: Arial; letter-spacing: 1px">
    (</span></font><font size="1"><span style="font-family: Arial; letter-spacing: 0px"><a href="aktuell/spielstaette.html">mehr...</a></span><span style="font-family: Arial; letter-spacing: 1px">)</span></font></p>
    <p style="margin-top: 0; margin-bottom: 0">
    &nbsp;<p style="margin-top: 0; margin-bottom: 0">
    <span style="letter-spacing: 1px"><u><font face="Arial" size="2">
    Freundeskreis</font></u></span><p style="margin-top: 0; margin-bottom: 0">
    <font face="Arial" size="2">Werden Sie Mitglied im</font><p style="margin-top: 0; margin-bottom: 0">
    <font face="Arial" size="2">Freundeskreis des</font><p style="margin-top: 0; margin-bottom: 0">
    <font face="Arial" size="2">Kleinen Hoftheaters </font><span style="font-family: Arial; letter-spacing: 1px">
    <font size="2">
    (</font></span><font size="1"><span style="font-family: Arial; letter-spacing: 0px"><a target="_blank" href="http://www.freunde-hoftheater.de/">mehr...</a></span><span style="font-family: Arial; letter-spacing: 1px">)</span></font><p style="margin-top: 0; margin-bottom: 0">
    &nbsp;<p style="margin-top: 0; margin-bottom: 0">
    <span style="letter-spacing: 1px"><u><font face="Arial" size="2">
    Malwettbewerb</font></u></span><p style="margin-top: 0; margin-bottom: 0">
    <span style="letter-spacing: 1px"><font face="Arial" size="2">Gewinne
    </font></span><font face="Arial" size="2">
    2 Freikarten
    </font>
    <p class="MsoNormal" style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align="left">
    <font face="Arial" size="2">
    f?r die Premiere von Pippi Langstrumpf
    </font><span style="font-family: Arial; letter-spacing: 1px">
    <font size="2">
    (</font></span><font size="1"><span style="font-family: Arial; letter-spacing: 0px"><a href="erleben/malwettbewerb.html">mehr...</a></span><span style="font-family: Arial; letter-spacing: 1px">)</span></font></td>
    </tr>


    </table>


    <!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td bgcolor="#F0F0F0">

    <table border="0" width="748" id="table3" cellspacing="0" cellpadding="0">
    <tr>
    <td>
    <p align="center"><font face="Arial" size="1">www.hoftheater.de | ? 2005
    Das Kleine Hoftheater e.V. |&nbsp; Alle Rechte vorbehalten |
    <a href="impressum.html"><span style="text-decoration: none">
    <font color="#000000">Impressum</font></span></a></font></td>
    </tr>
    </table>

    </td></tr></table></body>

    </html>
  7. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!