ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » Menüpnkte untereinnander stat nebeneinan

Geschlossen
  1. #1
    User Pic
    fly Mitglied
    Registriert seit
    06.11.2007
    Beiträge
    178
    Beitragswertungen
    0 Beitragspunkte
    So erst mal Danke das ihr euch mit meinem Probelm Beschäfdigt.

    Nu zu meinem Problem:

    Momentan sieht die schrift im Menü so bei mir aus:

    1.Punkt,2Punkt.3Punkt
    4.Punkt,5.Punkt

    Und so hätte ich es gerne:

    1.Punkt
    2.Punkt
    3.Punkt
    4.Punkt
    5.Punkt

    Dies style.css datei gehört zum Desing:

    */

    body {
    body margin: 0px; background: #4A4849; background-image: url(bg.jpg);
    background-position: top; background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #4A4849;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    }
    #wrap {
    position: relative;
    width: 967px;
    text-align: left;
    margin: 0 auto 0 auto;
    }
    #top {
    background: url(img/top.gif);
    height: 67px;
    }
    #header {
    background: url(img/logo.gif);
    height: 153px;
    text-align: center;
    vertical-align:middle;
    }
    #header h1 {
    display: inline;
    position: absolute;
    top: 110px; left: 100px;
    color: #fff;
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-size: 24px;
    }
    #top2 {
    background: url(img/top2.gif);
    height: 31px;
    }
    #top2 font {
    display: inline;
    position: absolute;
    left: 172px;
    margin-top: 2px;
    font-size: 10px;
    text-decoration: none;
    }
    #content {
    background: url(img/contentbg.gif);
    background-repeat: repeat;
    width: 964px;
    }
    #footer {
    background: url(img/footer.gif);
    height: 33px;
    text-align: center;
    vertical-align: middle;
    }
    #left_col {
    width: 158px;
    float: left;
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 18px;
    padding-bottom: 0px;
    color: #fff;
    overflow: hidden;
    }

    #left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {
    color: #000000;
    }

    #left_col a {
    color: #CCCCCC;
    }

    #left_col .menu_heading
    {
    color: #000;
    display:block;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 0 0 3px 5px;
    }

    #main_col {
    width: 440px;
    float: left;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 20px;
    padding-bottom: 0px;
    clear: none;
    min-height: 100px;
    overflow: auto;
    }
    #right_col1 {
    width: 141px;
    float: left;
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    }
    #right_col2 {
    width: 141px;
    float: right;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 14px;
    padding-bottom: 0px;
    overflow: hidden;
    }

    #right_col1 .menu_heading,
    #right_col2 .menu_heading
    {
    color:#fff;
    font-size:11px;
    letter-spacing: 1px;
    }

    #left_col ul
    {
    padding: 0;
    margin: 0;
    list-style: inside url(img/box_menu_pfeil.gif);
    width: 149px;
    }

    #left_col li
    {
    margin:0;
    padding: 5px 0 0 2px;
    background: url(img/box_menu_trennlinie.gif) no-repeat bottom;
    }

    #left_col li ul
    {
    width: 146px;
    background: url(img/box_menu_trennlinie.gif) no-repeat top;
    }

    #left_col li li
    {
    padding-left: 16px;
    }
    #left_col li a
    {
    color: #fff;
    padding-left: 8px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    }

    td
    {
    font-family: Verdana;
    font-size: 12px;
    }

    a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a
    {
    color: #003366;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
    }

    a:hover
    {
    text-decoration: none;
    }

    a.box
    {
    color: #003366;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
    }

    a.box:hover
    {
    text-decoration: none;
    }

    .Chead
    {
    background: #b30540;
    color: #000000;
    }

    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
    background: #FFFFFF;
    color: #FFFFFF;
    }

    .Callg
    {
    background-color: #EFEFEF;
    color: #000000;
    }

    .Callg td
    {
    color: #000000;
    }

    .Cnorm
    {
    background-color: #e5e5e5;
    }
    .Cmite
    {
    background-color: #FFFFFF;
    }
    .Cdark
    {
    background-color: #FFFFFF;
    }

    .rand
    {
    border: solid #cecece 1px;
    }

    .smalfont
    {
    font-size: 10px;
    text-decoration: none;
    }

    .border
    {
    background-color: #cecece;
    }
    hr
    {
    height: 0px;
    border: solid #FFFFFF 0px;
    border-top-width: 1px;
    }

    input, textarea, select
    {
    color: #000000;
    font: 12px Verdana;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    font-weight: none;
    text-decoration: none;
    background-color: #EFEFEF;
    }

    .Navi
    {
    font: 11px Arial;
    color: #FFFFFF;
    padding-left: 8px;
    }

    .login_pw
    {
    height: 19px;
    width: 126px;
    background: url(Bilder/password.jpg);
    border: none;
    font-family:Arial;
    font-size: 11px;
    }

    .login_name
    {
    font-family:Arial;
    font-size: 11px;
    height: 19px;
    width: 126px;
    background: url(Bilder/username.jpg);
    border: none;
    }

    .button_login
    {
    padding-top: 6px;
    height: 19px;
    width: 64px;
    background: url(Bilder/login.jpg);
    border: none;
    }

    .namelogged
    {
    color: #FFFFFF;
    padding-left: 6px;
    font-family:Arial;
    font-size: 11px;
    }

    .newscomments
    {
    color: #000000;
    font-family:Arial;
    font-size: 11px;
    }

    .readmore
    {
    color: #000000;
    font-family:Arial;
    font-size: 11px;
    }

    .lastforum
    {
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    border-style: none;

    }

    .lastforum:hover
    {
    color: #ff0000;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    border-style: none;
    }

    .newscontent
    {
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    border-style: none;

    }

    .newscontent:hover
    {
    color: #ff0000;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    border-style: none;

    }


    was muss ich ändern damit das wie oben ausieht?
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    boehserdavid Mitglied
    Registriert seit
    26.08.2006
    Beiträge
    2.122
    Beitragswertungen
    2 Beitragspunkte
    Hey, fly!

    Das in der index.htm vom Design hinzufügen oder ersetzen.
    </body>
    </html>
    // AB HIER
    {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>}
    {_list_vmenubegi@<ul>}
    {_list_vmenuende@</ul>}


    Mit böhsen Grüßen
    BöhserDavid
    -Heute schon böhse gewesen?- Ab zur Community
    -No Support via Contact-
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    fly Mitglied
    Registriert seit
    06.11.2007
    Beiträge
    178
    Beitragswertungen
    0 Beitragspunkte
    okay schon mal vielen dank, nun habe ich noch eine kleine Frage da das komplet zentriert ist, ob ich den Punkt da weg bekommen kann?
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    <ul style="list-style-type:none;">
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    fly Mitglied
    Registriert seit
    06.11.2007
    Beiträge
    178
    Beitragswertungen
    0 Beitragspunkte
    Okay danke Mairu, das klappt alles schon mla supper. Eine letzte frage habe ich noch:

    Nun sieht es etwa so aus (] soll den Content bereich darstellen)

    [______News__] und so hätte ich es gerne
    [____News____] sprich Zentriert

    PS. Sorry das ich euch das gerade nicht in echtzeit zeigen kann, da es momentan nur auf meinen Rechner ist.


    Zuletzt modifiziert von fly am 27.11.2007 - 18:26:09
    0 Mitglieder finden den Beitrag gut.
  6. #6
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    Füg in das style noch padding-left:0px; ein und ändere die 0 entsprechend.
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  7. #7
    User Pic
    fly Mitglied
    Registriert seit
    06.11.2007
    Beiträge
    178
    Beitragswertungen
    0 Beitragspunkte
    okay da muss ich jetz mal leider sagen das ich nicht weiß wo ich das einfüben soll. Aber schon mal Danke.
    0 Mitglieder finden den Beitrag gut.
  8. #8
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    Das stand eindeutig in das style also ->
    <ul style="list-style-type:none; padding-left:0px;">
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  9. #9
    User Pic
    fly Mitglied
    Registriert seit
    06.11.2007
    Beiträge
    178
    Beitragswertungen
    0 Beitragspunkte
    Okay vielen dank
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten