Closed
Bug 347384
Opened 19 years ago
Closed 19 years ago
.gif pictures do not show up. Also happens with Mozilla 1.8b2. Int. Explorer works ok.
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bnoonan, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Images on this page do not show up, and Firefox and Mozilla cannot locate the images on the server. Internet explorer has no difficulty showing the page correctly. If I save the source html with I.E. to my hard disk, THEN I can load the page into Firefox, and it shows it correctly.
Reproducible: Always
Steps to Reproduce:
1.Go to the web site http://home.flash.net/~smithrc/eagleprj.htm
2.
3.
Actual Results:
.gif images do not show up.
Expected Results:
should see background flags image, Eagle Scout badge image, and TOC buttons.
I think it has to do with "\" versus "/" in file pathnames. HTML likes "/", but pc's use "\" in pathnames. When the html page is saved to my hard disk using Internet Explorer, only "/" forward slashes appear in the html source, and it loads just fine in Firefox. It won't load if I have used Firefox to save the HTML page.
Comment 1•19 years ago
|
||
Using "http://home.flash.net/~smithrc/images/eagle2.gif" and not "http://home.flash.net/~smithrc/images\eagle2.gif" could help.
see http://www.w3.org/TR/WD-htmllink-970328#relurl
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 3•19 years ago
|
||
My site has a GIF image behind a SWF menu. The SWF menu shows but the GIF image does not. This template was obtained from PixelMill or 3rd party so there must be other websites out there with the same problem with Firefox. Even with 2.0.0.1 -> Works great on Internet Explorer 6.0!
http://www.bridalcinematography.com
Please see if this is the same problem or not?
Comment 4•19 years ago
|
||
(In reply to comment #3)
> Please see if this is the same problem or not?
Not the way to ask for support. (http://forums.mozillazine.org/ or irc://irc.mozilla.org/firefox is the way)
About your site, a parameter is missing to the EMBED tag, you should have something like <embed wmode="transparent" ...>
You need to log in
before you can comment on or make changes to this bug.
Description
•