Flexibel geht nicht, da die Grafik ja eine grösse hat, aber Du kannst sie auf 50% posizionieren, so das sie mittig ist, oder bei kleinen pixelbildern wiederholend darstellen
Beim eigenen Design im Header:
<body bgcolor="#441000" style="background-image:url(
http://file1.npage.de/deinhintergrundsURL.gif); background-attachment: fixed; background-repeat:
no-repeat; background-position:
0 0">
<body bgcolor="#441000" style="background-image:url(
http://file1.npage.de/deinhintergrundsURL.gif); background-attachment: fixed; background-repeat:
repeat; background-position:
0 50%">
Rot: Fixiert oder Wiederholend
Orange: Startposition in Pixel oder %
Code: Alles auswählen
<body bgcolor="#441000" style="background-image:url(http://file1.npage.de/deinhintergrundsURL.gif); background-attachment: fixed; background-repeat:repeat; background-position: 0 50%">