3
ok problem fix.
turns out that i didnt see the hole picture.
table#table {
width: 100%;
align: left;
background-image: url('images/background.GIF');
background-repeat:no-repeat;
background-position:center;}
this needed 2 thing
table#table {
<-changed to Bodywidth: 100%;
align: left;
background-image: url('images/background.GIF');
background-repeat:no-repeat;
background-attachment:fixed; <-addedbackground-position:center;}
nothing like sleeping on it, to think clearly.
and thanks for posting a reply Herko