I've had similar issues before, where certain browsers would load certain images and others wouldn't. I hope the following helps you out:
e.g. Windows IE7 would understand the following... background-image: url(root/imageFolder/image.jpg); But Windows FireFox3 wouldn't! After some poking around, I ended up adding quotes around the file location (it SHOULD be a string, after all) background-image: url("root/imageFolder/image.jpg"); And FireFox3 understood that. Maybe you're missing some quotes , like I was. Best, Kenny On Mon, Mar 23, 2009 at 8:54 AM, Ian Young <i...@iyesolutions.co.uk> wrote: > > > > > > -----Original Message----- > > From: polar_anima...@zenbe.com [mailto:polar_anima...@zenbe.com] On > > Behalf Of Christopher R > > Sent: 23 March 2009 15:29 > > To: Ian Young > > Cc: 'CSS-D' > > Subject: RE: [css-d] Browser doesn't load all images? > > > > Alright I still have a few things to check, but some of it is working > > but my "a" links don't seem to be working, odd. I'm going to > > check over a few things and know by later on. > > > > You didn't mention that the images were in links. > IE 7 can have issues here which is why a link can be useful and we can > check on all the various browsers that we have kicking around. > > Ian > > ______________________________________________________________________ > 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/ > ______________________________________________________________________ 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/