+ Antworten
Ergebnis 1 bis 2 von 2

Thema: Hintergrundgrafik verwirrt mich.

  1. #1
    TP-Junior Vansoul macht alles soweit korrekt Avatar von Vansoul
    Registriert seit
    Jul 2009
    Beiträge
    7

    Hintergrundgrafik verwirrt mich.

    Hallo an alle,

    ich habe da mal ein Problem.
    Habe schon einiges versucht und kontrolliert. Ich stehe auf dem Schlauch.
    Ich habe eine Grafik im PS erstellt, zugeschnitten und für web gespeichert.
    Nun bin ich dabei eine HP zuerstellen und habe das Problem, dass die Hintergrundgrafiken in der Vorschau und in der Browseransicht, angezeigt werden oder auch nicht.

    Die Frage ist, was habe ich falsch gemacht?

    Schon mal danke im Voraus für eure Mühe.

    Gruß Rogér

    Zum Link

    Zwei Bilder habe ich auf der Testseite im Layout eingebunden.


    CSS

    Code:
    * {
    margin : 0;
    padding : 0;
    }
    body{ 
    background-color: #6c821d; 
    background-image: url(../hp-hintergr/bodyhintergrund.jpg); 
    background-repeat: repeat-x; 
    background-position: left top; 
    text-align: center; 
    width : 100%; 
    height : 100%; 
    margin : 0; 
    padding : 0; 
    }
    p {
    color: #898855; 
    font-size: 0.75em; 
    font-family: georgia, verdana; 
    font-style: normal; 
    line-height: 1.25em; 
    text-align: left; 
    }
    h1 { 
    color: #a7a33f; 
    font-size: 1.5em; 
    font-family: georgia, verdana; 
    font-weight: bold; 
    margin: 0.67em 0; 
    border-bottom: 2px dotted #a7a33f; }
    #alles { 
    text-align: left; 
    position: relative; 
    width: 920px; 
    height: auto!important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/ 
    min-height:100%; /* real browsers */
    margin: 0 auto; 
    padding: 0; 
    }
    #logo { 
    width: 920px; 
    height: 100px; 
    position: relative; 
    z-index: 1; 
    margin: 0; 
    padding: 0; 
    }
    #news { 
    background-image: url(../hp-hintergr/headhintergrund.jpg); 
    background-repeat: no-repeat; 
    background-position: left top; 
    position: relative; 
    width: 920px;
    height: 232px; 
    z-index: 1; 
    margin: 0; 
    padding: 0; 
    }
    #main { 
    background-image: url(../hp-hintergr/mainhintergrund.jpg); 
    background-repeat: repeat-y; 
    background-position: left top; 
    position: relative; 
    width: 920px; 
    height: auto; 
    z-index: 1; 
    }
    #footer { 
    background-image: url(../hp-hintergr/footerhintergrund.jpg); 
    background-repeat: no-repeat; 
    position: relative; 
    width : 920px; 
    height : 110px; 
    z-index: 1; 
    clear: both; 
    }
    #sidebar { 
    width: 210px; 
    height: 100%; 
    float: left; 
    padding: 0; 
    }
    #content{ 
    width: 680px; 
    height: auto; 
    float: right; 
    padding: 0; 
    }
    #contentaera{ 
    width: 650px; 
    height: auto; 
    float: left; 
    padding: 0; 
    }
    div.clear {
    clear : both;
    height : 0;
    font-size : 0;
    margin : 0;
    padding : 0;
    }

  2. #2
    TP-Junior Vansoul macht alles soweit korrekt Avatar von Vansoul
    Registriert seit
    Jul 2009
    Beiträge
    7
    Habe es hinbekommen.

+ Antworten

Ähnliche Themen

  1. Total verwirrt ...
    Von poisen23 im Forum Recht & Co
    Antworten: 2
    Letzter Beitrag: 02.02.2007, 16:40
  2. verwirrt ;) - XML, XSL, XSLT, XSL-Fo zu PDF
    Von SteffenR im Forum Traum-Dynamik
    Antworten: 4
    Letzter Beitrag: 12.07.2005, 22:17
  3. CSS verwirrt meinen Kopf.. :)
    Von SteffenR im Forum HTML & CSS
    Antworten: 11
    Letzter Beitrag: 03.05.2005, 17:54
  4. Bin verwirrt...
    Von Eifelbär im Forum Einfach so ...
    Antworten: 7
    Letzter Beitrag: 12.01.2005, 10:41
  5. ? freie CGI's - ich bin verwirrt ;-)
    Von glowi im Forum Traum-Dynamik
    Antworten: 6
    Letzter Beitrag: 03.01.2003, 11:51

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

     

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51