Ok so im building a mock site for a friend and i have created a bg image and stretched it accross the page and have just used a single slice image to show example content.
all is well untill i preview the site. (using dreamweaver btw) the bg image is fixed however the single image im using to show where the content headers etc etc will go has justted down about 10 px or so. Im a relative newbie to css and have looked at it and its displays the following for the (main_image) tag
main_image {
position:fixed;
top:-50px;
}
i have included an image of what is happening so you guys could maybe help.
thanks
Ando
all is well untill i preview the site. (using dreamweaver btw) the bg image is fixed however the single image im using to show where the content headers etc etc will go has justted down about 10 px or so. Im a relative newbie to css and have looked at it and its displays the following for the (main_image) tag
main_image {
position:fixed;
top:-50px;
}
i have included an image of what is happening so you guys could maybe help.

thanks
Ando
Comment