Posts: 247
Name: Jason Eyermann
Location: england bristol
|
Thankyou!
I had a look at the 'div#workwrap' tag you mentioned faulty. I had a look at the external css page.
div#workwrap {
position:absolute; (The postion was on fixed I changed it absolute)
left:0px;
top:0px;
width:100%;
height:100%;
z-index:2;
background-image: url(images/aaabackgroundforwebtopgreen.jpg);
background-repeat: repeat-x;
I changed the position from fixed to absolute and now everything is fine. thankyou again!
|