http://michaelajfarrellfoundation.org/foundation/
works fine in chrome and in firefox
In your #container code, you have a syntax error. IE doesn't like it much. You need a space before "no-repeat." Like this:
#container
background: url(images/bg_body.png) no-repeat;
wow! thank you very much that worked!
http://michaelajfarrellfoundation.org/foundation/
works fine in chrome and in firefox
In your
#containercode, you have a syntax error. IE doesn't like it much. You need a space before "no-repeat." Like this:background: url(images/bg_body.png) no-repeat;wow! thank you very much that worked!