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

Frage zu KompoZer

Status
Für weitere Antworten geschlossen.

g4rg4m3l

Neues Mitglied
hi,

ich hab mir soeben unter Linux "KompoZer" installiert. Ich muss sagen es erleichtert die abreit beim formatieren ziemlich. Nur verstehe ich nicht wie ich mit dem Programm css erstellen kann??

hier die css, so ähnlich will ich sie haben:

Code:
html, body {
    background-color: black;
    margin:0;
    padding:0;
    height:100%;
}
div#container {
    position: relative;
    border-left: silver groove thick;
    border-right: silver groove thick;
    margin:0 auto;
    width: 800px;
    height: 100%;
    color: black;
    background: red;
    z-index: 1;
}



div#navigation {
    position: absolute;
    margin-left: 580px;
    width: 150px;
    height: 100%;
    color: black;
    background: darkorange;
    z-index: 2;
    padding-left: 10px;
   
}

div#banner {
    border: silver groove medium;
    position: absolute;
    margin: 25px 50px;
    width: 700px;
    height: 110px;
    color: blue;
    background: black;
    z-index: 3;
}

div#text {
    position: absolute;
    margin-top: 200px;
    margin-left: 50px;
    width: 510px;
    color: black;
    background: red;
    z-index: 4;
}


* { font-family: verdana; }
h1 { font-size: 28px; font-weight: bold; }
h2 { font-size: 24px; font-weight: bold; }
h3 { font-size: 20px; font-weight: bold; }

p { font-size: 17px; font-weight: bold; text-align: justify; }


a:link 
a:visited 
a:hover

wo muss ich da was eintragen??

a93a367ceec088ae85fc42183.png
 
Ich hab zwar eine Vermutung, aber diese Frage stellst du besser im Forum von KompoZer, da ich nicht KDE nutze kann und will (wobei letzteres mehr wiegt) es nicht ausprobieren.
 
Zuletzt bearbeitet:
Status
Für weitere Antworten geschlossen.
Zurück
Oben