Suche im Forum:
Suchen


Autor Nachricht
Beitrag12.12.2010 um 14:07 (UTC)    
Titel: Code umändern damit richtig anzeigt wird

Schaut euch bitte meine Seite an. Da sieht man das an der Navi der Rahmen fast ganz fehlt und noch irgendein Problem. Ich hoffe ihr könnt meinen Code so umändern das die Navi richtig aussieht und die Navi und der Content die Farbe #1c6bd5 bekommen.
Hier mein Code:
Code:
<div id="design_blue">


Code:
<div id="footer">
</div>


Code:
body {
background-image: url();
background-color: #888;
font-family: sans-serif;
font-size: 0.8em;
text-align: center;
}

a {
color: #000;
}

#design_blue {
width: 950px;
margin: 0 auto;
text-align: left;
background-color: #1c6bd5;
border: 2px solid #000;
}

#unten {
clear: both;
}

#header_container {
height: 180px;
background-color: #1c6bd5;
border-bottom: 2px solid #000;
}

#header {
margin: 0px;
padding-left: 400px;
padding-top: 50px;
color: #000;
font-family: serif;
}

#nav_container {
float: left;
width: 200px;
}

#nav {
padding: 0;
margin: 0;
}

#nav li {
list-style-type: none;
padding: 6px;
padding-left: 30px;
font-size: 1.4em;
display: block;
border-bottom: 2px solid #000;
border-left: 2px solid #000;
}

#nav a {
text-decoration: none;
}

#nav a:hover {
color: #000;
}

#content_container {
float: left;
width: 746px;
border-left: 2px solid #000;
border-right: 2px solid #000;
}

#content {
padding: 15px;
}

#footer{
    width: 950px;
    height: 140px;
    background: url(http://img.webme.com/pic/p/pexxi-arts/unbekannt2.png) no-repeat;
    color: #000;
    margin-top: 0px;
    padding-top: 0px;
    text-align: right;
    float: left;
    border: 2px solid #000;
    clear: both;
    }

#footer a {
    color: #fff;
    text-decoration: underline;
    }

#footer a:hover{
    color: #dc0000;
    text-decoration: underline;
    }


Mfg Benne
PS: Bin noch in der Lernphase
Beitrag12.12.2010 um 14:13 (UTC)    
Titel:

Für die Navi probiers mal mit
Code:
#nav_heading { display: none; }


Content:
Code:
#content_container {
float: left;
width: 746px;
border-left: 2px solid #000;
border-right: 2px solid #000
background: #1c6bd5;
}

______________
Rechtschreibfehler sind gewollt und erhöhen die Qualität des Beitrags.
Beitrag12.12.2010 um 14:17 (UTC)    
Titel:

Es sieht jetzt zumindest richtig aus nur die farbe will nicht sorecht

Hat noch jemand eine lösung ?


Zuletzt bearbeitet von pexxi-arts am 12.12.2010, 15:30, insgesamt einmal bearbeitet
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de