English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I've built this web site. The problem is when I view it with Mozilla's fire fox, none of the gifs work. When I open it with Internet Explorer it works perfectly. Is thier something I can do to make it work with both browsers?

2006-10-17 00:58:49 · 7 answers · asked by Anonymous in Computers & Internet Programming & Design

Heres what it says in the Java console.

Heres the link to the site in question.

http://neiar.exhub.com/



Error: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://us.js2.yimg.com/us.yimg.com/lib/ansr/sp1/k-search-2.1.57-us.css
Line: 6

2006-10-17 02:07:08 · update #1

7 answers

it has to be the path to your image...right click on the location of the images and click Property, and you will see the location says the images are at the C:\Document ...\....gif which means your website is expecting to load the image from the harddisk of whoever is viewing your page and of course it can't find the image

2006-10-17 03:10:21 · answer #1 · answered by KokYee 2 · 1 0

Check the slashes in the src attribute of the image tag. If you screwed them up, IE will automatically fix them whereas FF will not.

Example: somedirectory/somepic.gif

2006-10-17 02:00:53 · answer #2 · answered by ArtyChokes 2 · 1 0

Nope. As a programmer, you cant do anything with that.
Coz thats totally client side oriented attribute.
The end users need to enable them on their browser settings and firewall settings.

It the end user decides not to have them attractive, what can we do!

2006-10-17 01:10:26 · answer #3 · answered by Arun 2 · 0 1

Add more detail to ur picture links location codes.

2006-10-17 01:06:56 · answer #4 · answered by Anonymous · 0 0

I think you have created your site using ASP.
ASP pages will not run properly inside Firefox.
They can run better under Windows only.So you get this error.

2006-10-17 01:08:51 · answer #5 · answered by Shalu 1 · 0 1

After looking at your code, it seems you have the wrong paths for your images.

You have:
file:///C:/Documents%20a nd%20Setting s/Administr ator/Deskt op/mi chigan.gif

Remove all but the file name: michigan.gif

Repeat for all images.

2006-10-17 01:05:33 · answer #6 · answered by IT Pro 6 · 1 0

no matter what you do you will never make everyone happy.

2006-10-17 01:04:35 · answer #7 · answered by Jack 4 · 0 2

fedest.com, questions and answers