Snehan Solomon
Snehan Solomon

Reputation: 432

display:none added to html in FF works fine in IE

I have a website http://jazztravels.com. In my site, the home page has images loaded from my custom post, However the images does not seem to load in FF while it works perfectly fine in IE.

I noticed that display:none is added to the image tag, which is not present in IE. However I am unable to identify why this is added and how it can be avoided.

Any help would be greatly appreciated.

Upvotes: 0

Views: 212

Answers (1)

nfechner
nfechner

Reputation: 17525

it seems, that you have spaces(' ') in your path names. You should remove them, as FF and IE handle them differently.

In FF I see a request for: http://jazztravels.com/wp-content/themes/Doubtfire%20Wordpress%20Theme/css/colour/images/shine.png

Upvotes: 1

Related Questions