myspaceprodesigns.com
background codes
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.








