Beiträge von Eddy

    Ich bin auch gerade dabei meine eigene Seite zu erstellen, wo man einige Maps von mir Downloaden kann. Ich habe mit Youtube Tutorials angefangen ^^ es ist nicht Schwer, wie halt Flipsy sagte, mann brauch Geduld und Zeit.

    Ich finde die Idee wirklich Geil :D nur das umsetzen wird Schwerer. Denn es wäre cooler, wenn jede Zahl ihr eigenen Kasten hätte. Also ein Haus aus Textdraws machen oder so :D.

    So müsste es richtig sein :)



    CreateObject(9254,290.70001221,-2782.60009766,156.30000305,0.00000000,0.00000000,0.00000000); //object(carpark_sfn01) (1)
    CreateObject(18800,311.00000000,-2738.10009766,166.80000305,0.00000000,0.00000000,90.00000000); //object(bit01) (1)
    CreateObject(18805,333.50000000,-2833.39990234,146.00000000,0.00000000,26.00000000,269.99996948); //object(dirtfences) (1)
    CreateObject(18804,330.89999390,-2972.10009766,102.40000153,0.00000000,10.00000000,268.00000000); //object(dirtcock) (1)
    CreateObject(18801,318.70001221,-3047.10009766,112.69999695,0.00000000,0.00000000,274.00000000); //object(8bar5) (1)
    CreateObject(18781,309.20001221,-3065.69995117,100.80000305,0.00000000,0.00000000,178.00000000); //object(ramparse) (1)
    CreateObject(18804,303.89999390,-3167.19995117,91.59999847,0.00000000,9.99755859,267.99499512); //object(dirtcock) (2)
    CreateObject(18779,306.89999390,-3258.19995117,88.59999847,0.00000000,0.00000000,88.75000000); //object(tuberamp) (1)
    CreateObject(3057,302.60000610,-3270.50000000,95.40000153,88.00000000,180.00000000,180.00000000); //object(kb_barrel_exp) (1)

    Guten Tag,


    Ich hoffe das mir hier jemand Helfen kann. Wie kann ich in HTML meine Navigation so machen kann, dass die Ecken so aussehen? http://designreflect.com/wp-co…s/2012/09/CSS-Ribbons.jpg


    Mein Body sieht bis jetzt so aus.



    <div id="wrapper" class="shadow">
    <div id="header"></div>
    <div id="navigation" class="shadow-menu">
    <ul>
    <li><a href="index.html">Startseite</a></li>
    <li><a href="tutorials.html">Tutorials</a></li>
    <li><a href="downloads.html">Downloads</a></li>
    </ul>
    </div>
    <div id="content">
    <h3>Willkommen auf MappingBaseDE</h3>
    Ich wünsche Ihnen viel Spaß auf unserer Seite.
    </div>
    </div>
    <div id="footer">
    &copy 2012 Mapping BaseDE. All rights Reserved.
    </div>


    Danke schon mal für die Hilfe.



    //Edit


    Der CSS inhalt sieht so aus



    body {
    background-color: #666;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    }


    #wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 930px;
    }


    #header {
    width: 100%;
    height: 200px;
    background-color: #0F0;
    background-image: url(./images/header.png);
    }


    #footer {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    }


    #navigation {
    width: 970px;
    height: 15px;
    margin-left: -20px;
    color: #FFF;
    text-transform: none;
    font-weight: 100;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    background: #3198dd; /* Old browsers */
    background: -moz-linear-gradient(top, #3198dd 0%, #3198dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3198dd), color-stop(100%,#3198dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3198dd 0%,#3198dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3198dd 0%,#3198dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3198dd 0%,#3198dd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3198dd 0%,#3198dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3198dd', endColorstr='#3198dd',GradientType=0 ); /* IE6-9 */
    }


    #navigation ul li {
    list-style-type: none;
    }


    #navigation ul li a{
    height: 15px;
    width: 150px;
    display: block;
    float: left;
    text-decoration: none;
    color: #FFF;
    }


    #navigation ul {
    margin: 0px;
    padding: 0px;
    }


    #content {
    width: 910px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #1d1d1d 0%, #1d1d1d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(0%,#1d1d1d), color-stop(100%,#1d1d1d)); /*Chrome,Safari4+*/
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#1d1d1d 0%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%,#1d1d1d 0%,#1d1d1d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%,#1d1d1d 0%,#1d1d1d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%,#1d1d1d 0%,#1d1d1d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
    }


    .shadow {
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    }


    .shadow-menu {
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
    }

    Wenn du mit Enums arbeitest:
    if(SpielerData[playerid][Geschlecht]==0)return SendClientMessage(playerid,-1,"Geschlecht: 0, kein Mann, keine Frau!");
    else if(oben==1)return SendClientMessage(playerid,-1,"Geschlecht: 1, ein Mann, keine Frau!");
    else if(oben==2)return SendClientMessage(playerid,-1,"Geschlecht: 2, kein Mann, eine Frau!");
    und das gleiche beim Alter.
    Ich hoffe, dass ich dir geholfen habe

    Ich habe mich vielleicht Falsch ausgedrückt ^^ . Ich wollte wissen, wie ich das mache wenn man sich Registriert. Also das man beim Alter dann zBs. 03.10.1990 oder so eingeben muss, und beim Geschlecht 2 Buttons kommen wo halt Weiblich und Männlich drauf steht. Beim Alter sollte auch zum Schluss nicht überall 03.10.1990 sondern das tatsächliche Alter des Spielers stehen.