Firefox Problem

  • Thread starter LayneMitch via WebmasterKB.com
  • Start date
L

LayneMitch via WebmasterKB.com

Hello

I believe I've posted a browser compatibility thread on the site and I saw
other similar threads and replies.

My problem now with my site is that it appears well in IE and nothing in
Firefox.

Now, I've already done the validation and it passed (Transitional) the CSS &
HTML validation.

Also, when I first attempted to open the site in Firefox, none of the images
appeared but what did appear was some of the text and spacers for the images.
And they appeared static as if the browser didn't read the stylesheet where
the positioning is specified.

So I shortened the stylesheet address from
href="C:\Documents and Settings\Owner\Desktop\JR Studios Website (Final)\
default.css" to href="default.css"
and the positioning worked...?...

However, there still aren't any images being shown. Could it be a problem
with the address of the <img> tags where the location is listed as "C:\Docs.
and Sets\.......whatever.jpg"...? Or what do you think it could be?
 
B

Blinky the Shark

LayneMitch said:
Hello

I believe I've posted a browser compatibility thread on the site and I saw
other similar threads and replies.

What site?

Oh, I see. You're accessing Usenet (which has nothing do do with the web)
via a web site that usurps its groups and messages and presents them with
a clunky interface.
 
L

LayneMitch via WebmasterKB.com

rf said:

I just tried that. I changed everything from "\" to "/" and it still didn;t
work.

What I have discovered is that the problem has everthing to do with the <img>.
Everything else works...as I continue to draw up basic examples....

My tables are working, text is working...everything but the images.
 
R

rf

LayneMitch via WebmasterKB.com said:
I just tried that. I changed everything from "\" to "/" and it still
didn;t
work.

URL? But then again, with you pointing your image elements to your C drive I
don't expect one too soon :)
 
L

LayneMitch via WebmasterKB.com

rf said:
[quoted text clipped - 6 lines]
didn;t
work.

URL? But then again, with you pointing your image elements to your C drive I
don't expect one too soon :)

I'm working on that. I should have a URL tomorrow. If you want you can check
back once I post it. Your suggestion would be much appreciated. Thanks
 
A

Adrienne Boswell

Gazing into my crystal ball I observed "LayneMitch via WebmasterKB.com"
However, there still aren't any images being shown. Could it be a
problem with the address of the <img> tags where the location is
listed as "C:\Docs. and Sets\.......whatever.jpg"...? Or what do you
think it could be?

If the image is in the same folder as the HTML document, then all that is
needed is src="myimage.jpg". If it's in another folder, say images, then
it could be src="images/myimage.jpg", if the images folder is one below
where the HTML document is.
 
B

Bergamot

LayneMitch said:
I believe I've posted a browser compatibility thread on the site

FYI, this is not a site, it's Usenet. You're just posting through some
klunky webified version of it.
My problem now with my site is that it appears well in IE and nothing in
Firefox.

href="C:\Documents and Settings\Owner\Desktop\JR Studios Website (Final)\
default.css"

Besides the fact that your slashes are backwards, you're using an
absolute URI to a file on your local drive. The syntax is different.
Those spaces should be escaped, as well.
href="file:///C:/Documents%20and%20Settings/..."

You won't be able to use a file reference online, of course, so you are
better off using relative URLs instead of file:// URIs. See Adrienne's post.
 
L

LayneMitch via WebmasterKB.com

You won't be able to use a file reference online, of course, so you are
better off using relative URLs instead of file:// URIs. See Adrienne's post.

Hey,

Thanks a lot. I've solved the problem. I've downloaded a server program and
just used relative URL's instead of absolute as you all suggested. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,048
Members
48,769
Latest member
Clifft

Latest Threads

Top