IE doesn't display gifs, but FireFox and Safari have no problem.
December 20, 2005 9:35 AM
Subscribe
WebDevFilter: Why do some gifs GIFs *not* appear in Windows/IE, but do appear in Win/FireFox Mac/Safari and Mac/FireFox? Specific example inside.
The site I'm working on seems to appear just fine in 3 browsers, but not in IE for Windows. I get white boxes with red x's in them instead of the gifs I expect.
This output was given to me from an export from Quark XPress, which produced the CSS. I'm a CSS newbie (but I understand the concepts).
Google returns a boatload of results, mostly relating to making changes to the registry and deleting temporary files. Before I do anything that drastic, could I have another set of eyes look over my code?
posted by Wild_Eep to computers & internet (22 comments total)
Find that text and change it to either src='../image/ or src='/image/ (it's about the periods)
posted by bricoleur at 9:39 AM on December 20, 2005