Suche im Forum:
Suchen


Autor Nachricht
Beitrag08.02.2010 um 23:05 (UTC)    
Titel: Hintergrund bleibt weiß, ich will es aber rot.

Ja.

Hallo erstmal.

Mein Design ist eig. ganz gut, finde ich.

Aber ich bekomme mein Hintergrund irgendwie nicht Dunkel rot.

Hab fast alles ausprobiert.

Könnt ihr mir vielleicht helfen?

CSS Design, Code:

Text über dem Design:
Code:
<script type="text/javascript" src="http://ps4455.ps.funpic.de/google-ad-move.php"></script> <div id="lefthomer"><img src=""  alt="" width="309" height="391" /></div> <div id="righthomer"><img src="" alt="" width="191" height="449" /></div> <div id="bgBig">


CSS-Code ohne Style Tags:
Code:
html {    margin:0;    padding:0; } body {    margin:0px;    padding:0px;    width:100%;    overflow-x:hidden;    font-family:Verdana, Arial, Helvetica, sans-serif;    font-size:12px; } #bgBig {    position:absolute;    top:-400;    left:50%;    margin-left:-400px;    width:800px;    height:318px;    background:url() no-repeat;    z-index:-1; } #GoogleADCSS {    position:absolute;    top:100px;    left:50%;    margin-left:-364px;    z-index:80; } #container {    position:absolute;    left:50%;    margin-left:-404px;    top:20px;    width:790px;    border:4px solid #706D63;    padding:5px;    background:#000000; }  #header_container {    width:790px;    height:180px;    background:url(http://www.imagebanana.com/img/awn0hh/22.png) no-repeat; }  #header {    display:none; } #nav_heading {    display:none; } ul#nav {    list-style-type:none;    margin:0;    padding:0;    background:url(http://www.imagebanana.com/img/btnla2y/simp_contentbg.png) repeat-x;    height:37px;    padding:0px 0px 0px 10px; } li.nav_element {        list-style:none;    margin:0;    float:left; } .menu {    display:block;    height:27px;    padding:10px 5px 0px 5px;    font-family:Arial, Helvetica, sans-serif;    font-size:13px;    font-weight:bold;    text-decoration:none;    color:#000000; } .menu:hover {    color:#FFFFFF;    text-decoration:none;    background:url(http://www.imagebanana.com/img/d8wvlfz/simp_contentbg.png) repeat-x; } #content {    border:#696761 solid 1px;    background-color:#969696;    padding-left:8px;    padding-bottom:8px;    padding-right:8px;    margin-top:8px; } img {    margin:3px;    border:none; } h2#title {    display:none; } #counter {    display:none; } #sidebar_container {    display:none; } a {    color:#E1B230;    text-decoration:underline; } a:hover {    text-decoration:none; } #below_content {    margin-top:5px;    width:100%;    height:26px;    background:url(http://img.webme.com/pic/n/nndesign/simp_footer.png) repeat-x;    line-height:26px;    text-align:center;    vertical-align:middle;    font-size:10px; } #lefthomer {    position:absolute;    left:50%;    margin-left:-713px;    top:200px; } #righthomer {    position:absolute;    left:50%;    margin-left:400px;    top:200px; } #attention {    position:absolute;    left:50%;    top:100;    margin-left:150px;    width:150px;    height:30px;    background:url(http://img.webme.com/pic/n/nndesign/cright.png) no-repeat;    text-align:center;    line-height:23px;    vertical-align:middle;    font-size:10px;    filter: alpha(opacity=50);    opacity: 0.5; }   a#crightadvice {    color:#333333;    text-decoration:none; }
Beitrag09.02.2010 um 10:00 (UTC)    
Titel: Seitenhintergrund

Hallo

für gewöhnlich passt man den kompletten Seitenhintergrund im body an:

Zitat:

body
{
background-color: #FARBCODE;
}



In deinem Fall würde das Ganze dann etwa so aussehen:


Zitat:

body { margin:0px; padding:0px; width:100%; overflow-x:hidden; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background-color: #CC0000; }




Ich hoffe das hilft


Gruß

FK
______________
Beiträge der letzten Zeit anzeigen:   


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