• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Suchergebnisse

  1. U

    Weiteres Margin Problem

    Klasse! Vielen Dank. Bin normalerweise PHP Progger und brauche daher html / css gelegentlich ;) :) Vielleicht kannst du mir ja auch bei dem anderen Problem helfen. Vielen Dank MfG Unknown
  2. U

    Weiteres Margin Problem

    Ja genau, die css befehle in der html datei sind nur da weil ich was ausprobiert habe^^ Kommen dann wieder in die css datei. Aber warum sieht das im IE anders aus? Woran liegt das? Vielen Dank MfG
  3. U

    Margin-right funktioniert nicht

    http://www.html.de/css/27254-weiteres-margin-problem.html Hier ist der Quellcode.
  4. U

    Weiteres Margin Problem

    Quellcode: body { background: url("../img/bg.jpg"); background-repeat: repeat; font-family:arial; } #content { width:900px; margin:30px auto; background-color: #D5D5D5; border:1px solid black; } #inside { width:700px; height:401px; } #right {...
  5. U

    Margin-right funktioniert nicht

    body { background: url("../img/bg.jpg"); background-repeat: repeat-x; font-family:arial; } #content { width:900px; margin:30px auto; background-color: #D5D5D5; } #inside { width:700px; height:401px; } #right { background-image:url("../img/rechts.jpg"); width:219px...
Zurück
Oben