never forget

top partners | Free Divs | Dark Graphics | Chipmunk Scripts | Dark Graphics | Cool Layouts

myspaceprodesigns.com

background codes

Your Ad Here
Your Ad Here
Boredom Notes Div Layout by Uday

Boredom Notes Div Layout

author: Uday

Your Ad Here
Your Ad Here

backgrounds and tables

NOTE: All codes must go in your style sheet

body

body {
background-color:COLOR;
background-image:url('URL OF PIC');
background-repeat:repeat/no-repeat
background-position:center center/center left/center right/center top/center bottom/left top/left bottom/right top/right bottom;
background-attachment:fixed/scroll;
border: Xpx STYLE COLOR;
}

area under tables

table, tr, td {
background-color:COLOR;
background-image:url('URL OF PIC');
background-repeat:repeat/no-repeat
background-position:center center/center left/center right/center top/center bottom/left top/left bottom/right top/right bottom;
background-attachment:fixed/scroll;
border: Xpx STYLE COLOR;
}

This is the area around your tables

table table table {
background-color:COLOR;
background-image:url('URL OF PIC');
background-repeat:repeat/no-repeat
background-position:center center/center left/center right/center top/center bottom/left top/left bottom/right top/right bottom;
background-attachment:fixed/scroll;
border: Xpx STYLE COLOR;
}

tables

table table table tr td {
background-color:COLOR;
background-image:url('URL OF PIC');
background-repeat:repeat/no-repeat
background-position:center center/center left/center right/center top/center bottom/left top/left bottom/right top/right bottom;
}

overflow:auto is the property which creates the scrollbox and height and width should be defined in pixels.