[Help] CSS [Xeno]

Status
Not open for further replies.

Xenous

o shi
Nov 15, 2011
383
101
So my problem is I cant seem to get the background to fill the page an example of this is
1322365100337647782195.png

and my code for it being
Code:
.top {
height:50px;
background-image:url(tHeader.png);
margin-left:auto;
margin-right:auto;
border-radius:5px;
}
any help would be appreciated I know its something small i just cant remember what :p
 

Xenous

o shi
Nov 15, 2011
383
101
Code:
body {
    background-image:url(pattern.png);
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    text-align:center;
 
}
 

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
Code:
body {
    background-image:url(pattern.png);
    background-repeat:repeat-x
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    text-align:center;
 
}
 

Xenous

o shi
Nov 15, 2011
383
101
Code:
body {
    background-image:url(pattern.png);
    background-repeat:repeat-x
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    text-align:center;
 
}
Thanks but still nothing also note that the thing im trying to change is in the top div not the body one but it still wont fill.
Edit tah teso i ripped from your site and now i see whats wrong thanks
 
Status
Not open for further replies.

Users who are viewing this thread

Top