I have a web page with a background image, a foreground image layered on top, and then a javascript slideshow layered on top of that.
Everything works perfectly in IE, firefox, and Chrome when I load from my Hard Drive. However, when I load from the web, each element ends up top to bottom (as if it were rendering static, instead of absolute positioning). Here is the site.
Two things... first it looks like your style sheet isn't on the server. Should be at /ME/styleSheet.css according to where you're linking.
Second, when you get the style sheet fixed you'll want to put a doctype at the top of the html file, run it through the validator, and fix the various errors.
Bookmarks