1. Dashboard
  2. Artikel
  3. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  4. Forum
    1. Unerledigte Themen
  • Anmelden
  • Registrieren
  • Suche
Dieses Thema
  1. HTML - Webmaster Forum
  2. HTML / Webmaster Forum
  3. HTML & CSS Forum

Comment-Bereich

  • sekwoi
  • 20. April 2010 um 16:42
  • sekwoi
    Anfänger
    Beiträge
    5
    • 20. April 2010 um 16:42
    • #1

    Hallo zusammen,

    bin gerade dabei, den Comment-Bereich zur erstellen.

    So soll's aussehen:

    http://dl.dropbox.com/u/5180174/comment.gif

    So weit bin ich gekommen:

    http://dl.dropbox.com/u/5180174/comment.html

    Alleine komme ich nicht mehr weiter.

    Vielen Dank im Voraus!

  • Bandit
    Gast
    • 21. April 2010 um 08:23
    • #2

    Alles sehr interessant. Aber hast du auch eine Frage?

  • driver
    Forum Guru
    Reaktionen
    6
    Beiträge
    20.727
    • 21. April 2010 um 08:57
    • #3

    versuchs mal so

    HTML
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>test</title>
    <style type="text/css">
        body {
            font-family: Times New Roman, serif;
            color: #333;
            font-size: 62.5%;
        }
    
        p {
            font-size: 1.4em;
            line-height: 1.6em;
        }
    
        #comment  {
            border-top: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
            margin: 20px 0;
            padding: 10px 0;
            width: 540px;
        }
    
    
        .left  {
            float: left;
            padding-right: 10px;
            width: 160px;
        }
    
    
        .border  {
            border-left: 1px solid #CCCCCC;
            padding-left: 20px;
            width: 320px;
        }
    
    
        .name {
            font-style: italic;
            text-align: right;
        }
    
    
        .date {
            text-align: right;
            font-size: 1.2em;
        }
    
    
        .clearer {
            clear:both;
        }
    </style>
    </head>
    <body>
    <div id="comment">
        <div class="left">
            <p class="name">Neilson</p>
            <p class="date">November 22nd, 2009</p>
        </div>
        <div class="left border">
                <p>I really like this post. Are these books fictional? I must admit I have never read any of them. I am however, a fan of sci-fi. One of the most interesting offerings in space travel I have come across is found in the pages of OSC’s Children of the Mind. Anyhow, I am with Kelvin, ‘i love this’.</p>
        </div>
        <br class="clearer"/>
    </div>
    
    </body>
    </html>
    Alles anzeigen

    >> die icq-schreiberlinge bitte dies hier beachten

    [Blockierte Grafik: http://www.devil-driver.de/stuff/forum-banner.png]

    1679 entdeckte Gottfried Wilhelm Leibniz das Binärsystem, bei einem Gespräch mit seiner Mutter: "Ja..., Nein..., Nein..., Nein..., Ja..., Ja..., Nein..."

  • sekwoi
    Anfänger
    Beiträge
    5
    • 22. April 2010 um 21:12
    • #4

    Vielen, vielen Dank! Genau so habe ich mir das vorgestellt. Von alleine wär ich da wohl nie draufgekommen.

Tags

  • html
  • color
  • http
  • style
  • body
  • text
  • post
  • bot
  • bottom
  • div
  • font
  • border
  • utf-8
  • height
  • css
  • love
  • sci
  • align
  • float
  • padding
  1. Datenschutzerklärung
  2. Impressum
Community-Software: WoltLab Suite™
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
Zitat speichern