I worked for a few hours on a website I am doing just to help out a friend of mine. I kept checking it in firefox, and now when I go to load it in IE, it just shows the BG.
You may want to check the validation results here: http://validator.w3.org/check?verbos...m%2Fdidasko%2F
It looks like you may have some opening and closing tag mis-matches, along with some other errors. Browsers handle tag mismatches differently.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE .
You don't need that HTML open comment tag <!-- inside of the <style> tag. It has been well over a decade since browsers were common that did not understand CSS. I think the problem is that since you didn't close the comment, IE doesn't see the rest of the page as existing. It can just be removed anyway.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE .
You're welcome! No need to feel stupid. Easy mistake to make and difficult to spot. When you've looked at as much code as I have, however, certain things jump out...
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE .