I am still quite new to all this web design stuff but I do know the basuic stuff to be able to design my own website, Well the bit I need help in is that for some reason my background image is all set up and the codes right for it to be on the background so it scrolls with the page and now I only just seen that it does load it in firefox at all. So please can someone get back to me asap regarding this. Here is the coding I have used:-
<img id="background_image" src="F:\Website Design\Computer Reviews Forum/PC-Desktop-1-1152x864.jpg"></img>
#background_image{
width:100%;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}