irgendwie habe ich das Gefühl, Du willst das Rad noch mal neu erfinden.
Die Lösung ist da und Du bastelst immer wieder dran rum, verstehe ich jetzt nicht wirklich.

Code: Alles auswählen
background-image: url('./styles/subsilver2/imageset/background.gif');
Code: Alles auswählen
background-image : url(../imageset/bg.gif);
Code: Alles auswählen
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFFF;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
padding: 0px 0; /* padding: 12px 0; */
}
Code: Alles auswählen
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFFF;
background-image: url(http://de.tinypic.com/r/9iqkjn/4.gif);
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
padding: 0px 0; /* padding: 12px 0; */