Am 13.04.2010 17:41, schrieb Travis Killen: > Hello all, > > The background images in IE8 are not showing up for two of my container > divs. wrapper and wrapper2. > > The page looks correct in Firefox. Thank you for any insight to this > problem. > > http://environmental.sfasu.edu/ > > - Travis Killen > http://936webdesign.com > ______________________________________________________________________ > css-discuss [cs...@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ >
There might be a problem with the relative path definition "../images/homeBack.png" "../../sfaENV/images/menuBack.png" If I input the full path (according to Firebug it's: http://environmental.sfasu.edu/templates/sfaENVsplash2/css/../../sfaENV/images/menuBack.png) in IE8, it gets resolved to http://environmental.sfasu.edu/templates/sfaENV/images/menuBack.png, and that image is found and displayed. But maybe IE8 computed the path differently when it finds it in the css file... Best regards Christian ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/